comparison .hgrc @ 570:fb4e54f50dd2

STUB: .hgrc
author Jeff Hammel <k0scist@gmail.com>
date Thu, 16 Jan 2014 14:37:10 -0800
parents 38fc390b4e5d
children a4177aacf735
comparison
equal deleted inserted replaced
569:38fc390b4e5d 570:fb4e54f50dd2
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 pull && $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