# HG changeset patch # User Jeff Hammel # Date 1389911830 28800 # Node ID fb4e54f50dd22bcee26fe0afd77cd45ac5733de8 # Parent 38fc390b4e5d3d23118d2083ef39227033b71dc6 STUB: .hgrc diff -r 38fc390b4e5d -r fb4e54f50dd2 .hgrc --- 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