changeset 217:4ad8bce17e85

shortcut for talos bugs
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 05 Apr 2012 13:34:36 -0700
parents 07d8aa100fc2
children e4221e45d6c1
files .bashrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Thu Apr 05 10:55:49 2012 -0700
+++ b/.bashrc	Thu Apr 05 13:34:36 2012 -0700
@@ -34,6 +34,7 @@
 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'"
 alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell"
 alias mozharness-bug="bz new 'Release Engineering: Automation (General)' --cc ':aki' --whiteboard 'mozharness'"
+alias talos-bug="bz new Talos --cc ':jmaher' --cc ':BYK'"
 
 # PROMPT
 PS1='│'