Mercurial > hg > config
changeset 240:a5a27ec28ea7
add an alias for mozbase bugs
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 30 Aug 2012 16:10:29 -0700 |
parents | ee77391f0a0c |
children | bed50e028005 |
files | .bashrc |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.bashrc Tue Aug 28 17:19:03 2012 -0700 +++ b/.bashrc Thu Aug 30 16:10:29 2012 -0700 @@ -35,6 +35,7 @@ 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'" +alias mozbase-bug="bz new Mozbase --cc ':wlach'" # PROMPT PS1='│' @@ -292,7 +293,7 @@ hg qcommit -m "${message}" fi hgroot=$(hg root) -patches=${hgroot}/.hg/patches/ +patches=${hgroot}/.hg/patches/ if [ -e ${patches}.hg ] then cd ${patches}