Mercurial > hg > config
changeset 567:67e5137b1476
remove blind commit message
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 30 Dec 2013 23:05:30 -0800 |
parents | e3341b7ce4ef |
children | bb6e21338c5c |
files | .hgrc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgrc Mon Dec 30 12:22:13 2013 -0800 +++ b/.hgrc Mon Dec 30 23:05:30 2013 -0800 @@ -1,5 +1,5 @@ [ui] -username = Jeff Hammel <jhammel@mozilla.com> +username = Jeff Hammel <k0scist@gmail.com> ignore = /home/jhammel/.hgignore merge = meld verbose = True @@ -35,6 +35,6 @@ contact = jhammel at mozilla dot com [alias] -blind-push = !($HG st -q | python -c "import sys, subprocess; print ' '.join([line[2:].rstrip() for line in sys.stdin.readlines() if len(line) > 2])" > blind_commit_message) && $HG commit -l blind_commit_message && $HG push +blind-push = !($HG st -q | python -c "import sys, subprocess; print ' '.join([line[2:].rstrip() for line in sys.stdin.readlines() if len(line) > 2])" > blind_commit_message) && $HG commit -l blind_commit_message && $HG push && rm blind_commit_message reset = !$HG revert --no-backup --all && $HG purge sync = !$HG pull && $HG push \ No newline at end of file