# HG changeset patch # User Jeff Hammel # Date 1388473530 28800 # Node ID 67e5137b1476e4df25b998dbf80d3798d44de737 # Parent e3341b7ce4efd5428e1c9dae4446e81fce4c2f27 remove blind commit message diff -r e3341b7ce4ef -r 67e5137b1476 .hgrc --- 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 +username = Jeff Hammel 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