Mercurial > hg > config
changeset 570:fb4e54f50dd2
STUB: .hgrc
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 16 Jan 2014 14:37:10 -0800 |
parents | 38fc390b4e5d |
children | 0dbde82d1c82 |
files | .hgrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgrc Thu Jan 16 13:10:32 2014 -0800 +++ b/.hgrc Thu Jan 16 14:37:10 2014 -0800 @@ -35,6 +35,6 @@ contact = k0scist @ gmail [alias] -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 +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 reset = !$HG revert --no-backup --all && $HG purge sync = !$HG pull && $HG push \ No newline at end of file