# HG changeset patch # User Jeff Hammel # Date 1333658076 25200 # Node ID 4ad8bce17e85a191d8778b1e0cc575d8f80a0edc # Parent 07d8aa100fc26f246822b4260508158b07b4f63b shortcut for talos bugs diff -r 07d8aa100fc2 -r 4ad8bce17e85 .bashrc --- 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='│'