Mercurial > hg > config
comparison .hgrc @ 569:38fc390b4e5d
STUB: .bashrc .hgrc
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 16 Jan 2014 13:10:32 -0800 |
parents | bb6e21338c5c |
children | fb4e54f50dd2 |
comparison
equal
deleted
inserted
replaced
568:bb6e21338c5c | 569:38fc390b4e5d |
---|---|
33 [web] | 33 [web] |
34 allow_archive = atom, rss, zip, bz2 | 34 allow_archive = atom, rss, zip, bz2 |
35 contact = k0scist @ gmail | 35 contact = k0scist @ gmail |
36 | 36 |
37 [alias] | 37 [alias] |
38 blind-push = !($HG st -q | python -c "import sys, subprocess; print 'STUB: %s' % '.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 | 38 blind-push = !($HG st -q | python -c "import sys, subprocess; print 'STUB: %s' % ' '.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 |