Mercurial > hg > config
diff .hgrc @ 420:433442acf48f
add a thing
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 05 Aug 2013 17:35:39 -0700 |
parents | 5b94b85763a0 |
children | 67e5137b1476 |
line wrap: on
line diff
--- a/.hgrc Mon Aug 05 14:54:03 2013 -0700 +++ b/.hgrc Mon Aug 05 17:35:39 2013 -0700 @@ -35,5 +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 reset = !$HG revert --no-backup --all && $HG purge sync = !$HG pull && $HG push \ No newline at end of file