Add the collapse extension and alias fold to it.
HG: Enter commit message. Lines beginning with 'HG:' are removed.
HG: Remove all lines to abort the collapse operation.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 29 Jul 2009 11:44:33 -0400 |
parents |
f7c37ac02f51
|
children |
42b6eb5cf66e
|
branches/tags |
(none) |
files |
.hgrc |
Changes
--- a/.hgrc Thu Jul 23 02:44:50 2009 -0400
+++ b/.hgrc Wed Jul 29 11:44:33 2009 -0400
@@ -18,10 +18,12 @@
prompt = ~/src/hg-prompt/prompt.py
histedit = ~/lib/hg/histedit
hg-git = ~/lib/hg/hg-git-abderrahim
+collapse = ~/lib/hg/hgcollapse/hgext/collapse.py
[alias]
rewrite = histedit
killitwithfire = revert --no-backup --all
+fold = collapse
[diff]
git = True