comparison .hgrc @ 567:67e5137b1476

remove blind commit message
author Jeff Hammel <k0scist@gmail.com>
date Mon, 30 Dec 2013 23:05:30 -0800
parents 433442acf48f
children bb6e21338c5c
comparison
equal deleted inserted replaced
566:e3341b7ce4ef 567:67e5137b1476
1 [ui] 1 [ui]
2 username = Jeff Hammel <jhammel@mozilla.com> 2 username = Jeff Hammel <k0scist@gmail.com>
3 ignore = /home/jhammel/.hgignore 3 ignore = /home/jhammel/.hgignore
4 merge = meld 4 merge = meld
5 verbose = True 5 verbose = True
6 patch = 6 patch =
7 7
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 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
39 reset = !$HG revert --no-backup --all && $HG purge 39 reset = !$HG revert --no-backup --all && $HG purge
40 sync = !$HG pull && $HG push 40 sync = !$HG pull && $HG push