Mercurial > dotfiles
changeset 338:8c421f9af957
Remove hgremotenames.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 20 Jan 2016 22:52:36 -0800 |
parents | 400d9f6a1e8a |
children | c7d7b6684786 |
files | .hgsub .hgsubstate install.sh |
diffstat | 3 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsub Wed Jan 20 22:34:41 2016 -0800 +++ b/.hgsub Wed Jan 20 22:52:36 2016 -0800 @@ -41,7 +41,6 @@ lib/hg/hg-prompt = https://bitbucket.org/sjl/hg-prompt lib/hg/mutable-history = https://bitbucket.org/marmoute/mutable-history lib/hg/terse-status = https://bitbucket.org/durin42/terse-status -lib/hg/hgremotenames = https://bitbucket.org/seanfarley/hgremotenames lib/hg/path-pattern = https://bitbucket.org/Mekk/mercurial-path_pattern lib/fish/virtualfish = [git]https://github.com/adambrenecki/virtualfish.git
--- a/.hgsubstate Wed Jan 20 22:34:41 2016 -0800 +++ b/.hgsubstate Wed Jan 20 22:52:36 2016 -0800 @@ -2,7 +2,6 @@ 3f8c4b4a5cc6e81c02974bd11126eae102eecb0a lib/hg/allpaths bcf3d04d6585aa12a3a64bd2411a653fb3f7e2b3 lib/hg/hg-git 5dc059aeb5f47dc86ef30821b8a8cdfbf10a4080 lib/hg/hg-prompt -57dfcf5ea7064f014118111120fbfc27fb700127 lib/hg/hgremotenames 66e2a34005b447d321a96838d7fe2b161e78b7a9 lib/hg/mercurial-cli-templates ed63bf62ff02cf5a1c9c12841b3ed0dfa7eccf2c lib/hg/mutable-history d920e3425db554497a2cfaf1a2548eafbdc8b0e7 lib/hg/onsub
--- a/install.sh Wed Jan 20 22:34:41 2016 -0800 +++ b/install.sh Wed Jan 20 22:52:36 2016 -0800 @@ -30,7 +30,6 @@ echo changelog = $CWD/lib/hg/changelog/changelog.py >> "$HOME/.hgrc" echo evolve = $CWD/lib/hg/mutable-history/hgext/evolve.py >> "$HOME/.hgrc" echo terse-status = $CWD/lib/hg/terse-status/terse-status.py >> "$HOME/.hgrc" -echo remotenames = $CWD/lib/hg/hgremotenames/remotenames.py >> "$HOME/.hgrc" echo path-pattern = $CWD/lib/hg/path-pattern/mercurial_path_pattern.py >> "$HOME/.hgrc" # GIT