Mercurial > dotfiles
changeset 324:252fda0d7c60
Add path-pattern extension for Mercurial.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 12 Oct 2015 08:43:49 -0700 |
parents | e2d944ecda66 |
children | 2fab82330263 |
files | .hgsub .hgsubstate install.cmd install.sh |
diffstat | 4 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsub Mon Oct 12 08:32:49 2015 -0700 +++ b/.hgsub Mon Oct 12 08:43:49 2015 -0700 @@ -42,6 +42,7 @@ 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 Mon Oct 12 08:32:49 2015 -0700 +++ b/.hgsubstate Mon Oct 12 08:43:49 2015 -0700 @@ -6,6 +6,7 @@ 66e2a34005b447d321a96838d7fe2b161e78b7a9 lib/hg/mercurial-cli-templates ee5391999f2d05d1e6bd06e273b4d34a3b8afe33 lib/hg/mutable-history d920e3425db554497a2cfaf1a2548eafbdc8b0e7 lib/hg/onsub +d6ded1bbd6c87df427dde649239505a58a0b3f23 lib/hg/path-pattern 2d9820cf595263bc7c651295b83f02525a23ca4a lib/hg/terse-status 3b23c55eb43849975656dd89e3f35dacd2b93e69 mutt/mutt-colors-solarized 14897c793e0978e88967afbcd2d8e85041febceb pentadactyl/plugins/pintaboard @@ -17,7 +18,7 @@ 0806257ca6432ac7beb75c4319dadf7f3ba9907b vim/bundle/easymotion b319b694539017dcd789dc2c42f784a30d7b28b8 vim/bundle/fugitive eb9fc8676b8959c3c2c95bf6b6e8f0f44317c5c0 vim/bundle/gundo -d9bf24ba7f3524f2cf0a293bfa8fa40374fe3b52 vim/bundle/gutentags +96bfe5c37f3785f68c7ea8637add4cb6edecd936 vim/bundle/gutentags 204e32721154766e03e99ff857bc798aa5b741dc vim/bundle/haml b266c43a06c1bd55d0f642a90475640ae2c1eb15 vim/bundle/interestingwords 8a8f0ed97c1751d304cf5b7241f2fe27b0e61f81 vim/bundle/jinja
--- a/install.cmd Mon Oct 12 08:32:49 2015 -0700 +++ b/install.cmd Mon Oct 12 08:43:49 2015 -0700 @@ -33,6 +33,7 @@ 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" +echo path-pattern = %CWD:\=/%lib/hg/path-pattern/path_pattern.py >> "%userprofile%\mercurial.ini" :: Git Files if exist "%userprofile%\.gitconfig" (
--- a/install.sh Mon Oct 12 08:32:49 2015 -0700 +++ b/install.sh Mon Oct 12 08:43:49 2015 -0700 @@ -31,6 +31,7 @@ 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/path_pattern.py >> "$HOME/.hgrc" # GIT # ---