Mercurial > hg > config
comparison .hgrc @ 568:bb6e21338c5c
hgrc notes
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 12 Jan 2014 21:48:06 -0800 |
| parents | 67e5137b1476 |
| children | 38fc390b4e5d |
comparison
equal
deleted
inserted
replaced
| 567:67e5137b1476 | 568:bb6e21338c5c |
|---|---|
| 30 users = jhammel | 30 users = jhammel |
| 31 groups = jhammel | 31 groups = jhammel |
| 32 | 32 |
| 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 = k0scist @ gmail |
| 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 && 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 |
