Mercurial > dotfiles
changeset 448:cc00cbbf5460
Rename evolve extension's repo folder to `evolve`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 12 Nov 2018 13:46:29 -0800 |
parents | 48933cecdf7f |
children | f464cf177151 |
files | install.cfg install.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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' %