changeset 290:65a5097587d4

Adding `terse-status` and `hgremotenames` to Mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 19 Mar 2015 17:02:58 -0700
parents 8b6ca7e40f37
children aac9b5b1f921
files .hgsub .hgsubstate install.cmd install.sh
diffstat 4 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsub	Fri Feb 20 11:49:18 2015 -0800
+++ b/.hgsub	Thu Mar 19 17:02:58 2015 -0700
@@ -40,6 +40,8 @@
 lib/hg/mercurial-cli-templates = https://bitbucket.org/sjl/mercurial-cli-templates
 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/fish/virtualfish = [git]https://github.com/adambrenecki/virtualfish.git
 
--- a/.hgsubstate	Fri Feb 20 11:49:18 2015 -0800
+++ b/.hgsubstate	Thu Mar 19 17:02:58 2015 -0700
@@ -2,9 +2,11 @@
 f8703c9e2fb951ebb193b268faf7f0457abf8334 lib/hg/allpaths
 d40de32ec5b1380ed20888c744d4f8f468fbf226 lib/hg/hg-git
 1cb3af183d2f692622f84da88d5ca18bd4f91b1f lib/hg/hg-prompt
+214cd3c6ab6f76b7aaed0b3f8f4300d09f7cb560 lib/hg/hgremotenames
 66e2a34005b447d321a96838d7fe2b161e78b7a9 lib/hg/mercurial-cli-templates
 1df0bf41016cc640eec03bfbd5938f5639b2f387 lib/hg/mutable-history
 d920e3425db554497a2cfaf1a2548eafbdc8b0e7 lib/hg/onsub
+2d9820cf595263bc7c651295b83f02525a23ca4a lib/hg/terse-status
 3b23c55eb43849975656dd89e3f35dacd2b93e69 mutt/mutt-colors-solarized
 db3707cbd8706f4bb054959ecc5cee82ac45687b vim/bundle/badwolf
 81c6dd7ce3169e5ad9ba92422ba6e1ce5b074e36 vim/bundle/colorschemes
--- a/install.cmd	Fri Feb 20 11:49:18 2015 -0800
+++ b/install.cmd	Thu Mar 19 17:02:58 2015 -0700
@@ -29,6 +29,10 @@
 echo onsub = %CWD:\=/%lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini"
 echo allpaths = %CWD:\=/%lib/hg/allpaths/allpaths.py >> "%userprofile%\mercurial.ini"
 echo prompt = %CWD:\=/%lib/hg/hg-prompt/prompt.py >> "%userprofile%\mercurial.ini"
+echo changelog = %CWD:\=/%lib/hg/changelog/changelog.py >> "%userprofile%\mercurial.ini"
+echo evolve = %CWD:\=/%lib/hg/mutable-history/hgext/evolve.py >> "%userprofile%\mercurial.ini"
+echo terse-status = %CWD:\=/%lib/hg/terse-status/terse-status.py >> "%userprofile%\mercurial.ini"
+echo remotenames = %CWD:\=/%lib/hg/hgremotenames/remotenames.py >> "%userprofile%\mercurial.ini"
 
 :: Git Files
 if exist "%userprofile%\.gitconfig" (
--- a/install.sh	Fri Feb 20 11:49:18 2015 -0800
+++ b/install.sh	Thu Mar 19 17:02:58 2015 -0700
@@ -29,6 +29,8 @@
 echo prompt = $CWD/lib/hg/hg-prompt/prompt.py >> "$HOME/.hgrc"
 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"
 
 # GIT
 # ---