# HG changeset patch # User Steve Losh # Date 1248882273 14400 # Node ID 39fa52b2fe24e5a132cf8190a6b23c2406e9024a # Parent f7c37ac02f51d1676eeb04aaee04d3e9ff2cff9a 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. diff -r f7c37ac02f51 -r 39fa52b2fe24 .hgrc --- 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