# HG changeset patch # User Ludovic Chabant # Date 1542059189 28800 # Node ID cc00cbbf5460fda756515b27068a965c792b7140 # Parent 48933cecdf7f579dc658271d4b2e04a2c145f5f7 Rename evolve extension's repo folder to `evolve`. diff -r 48933cecdf7f -r cc00cbbf5460 install.cfg --- a/install.cfg Tue Aug 28 22:48:06 2018 -0700 +++ b/install.cfg Mon Nov 12 13:46:29 2018 -0800 @@ -7,7 +7,7 @@ lib/hg/hg-git-sync = https://bitbucket.org/ludovicchabant/hg-git-sync lib/hg/hg-prompt = https://bitbucket.org/sjl/hg-prompt lib/hg/mercurial-cli-templates = https://bitbucket.org/sjl/mercurial-cli-templates -lib/hg/mutable-history = https://www.mercurial-scm.org/repo/evolve +lib/hg/evolve = https://www.mercurial-scm.org/repo/evolve lib/hg/onsub = https://bitbucket.org/ludovicchabant/onsub lib/hg/path-pattern = https://bitbucket.org/Mekk/mercurial-path_pattern lib/hg/terse-status = https://bitbucket.org/durin42/terse-status diff -r 48933cecdf7f -r cc00cbbf5460 install.py --- a/install.py Tue Aug 28 22:48:06 2018 -0700 +++ b/install.py Mon Nov 12 13:46:29 2018 -0800 @@ -175,7 +175,7 @@ 'onsub = %s' % _p('lib/hg/onsub/onsub.py'), 'allpaths = %s' % _p('lib/hg/allpaths/mercurial_all_paths.py'), 'prompt = %s' % _p('lib/hg/hg-prompt/prompt.py'), - 'evolve = %s' % _p('lib/hg/mutable-history/hgext3rd/evolve'), + 'evolve = %s' % _p('lib/hg/evolve/hgext3rd/evolve'), 'terse-status = %s' % _p('lib/hg/terse-status/terse-status.py'), '[alias]', ('dlog = log --pager=yes --style=%s' %