comparison .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
comparison
equal deleted inserted replaced
419:89fa3a440acb 420:433442acf48f
33 [web] 33 [web]
34 allow_archive = atom, rss, zip, bz2 34 allow_archive = atom, rss, zip, bz2
35 contact = jhammel at mozilla dot com 35 contact = jhammel at mozilla dot com
36 36
37 [alias] 37 [alias]
38 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
38 reset = !$HG revert --no-backup --all && $HG purge 39 reset = !$HG revert --no-backup --all && $HG purge
39 sync = !$HG pull && $HG push 40 sync = !$HG pull && $HG push