Mercurial > hg-allpaths
diff README.txt @ 73:d262139732f7
Fixed to work against mercurial >= 4.1 (which requires using @command
decorator for commands).
(internally using mercurial_extension_utils to define command portably)
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Thu, 18 May 2017 17:36:19 +0200 |
parents | e710d5bec0b5 |
children |
line wrap: on
line diff
--- a/README.txt Thu May 18 17:35:36 2017 +0200 +++ b/README.txt Thu May 18 17:36:19 2017 +0200 @@ -164,22 +164,27 @@ From source ------------------------------------------------------- -Clone this repository:: +If you don't have ``pip``, or wish to follow development more closely: + +- clone both this repository and `mercurial_extension_utils`_ and put + them in the same directory, for example:: cd ~/sources + hg clone https://bitbucket.org/Mekk/mercurial-extension_utils/ hg clone https://bitbucket.org/Mekk/mercurial-all_paths/ -either:: +- update to newest tags, - pip install --user -e mercurial-all_paths - -and activate as above, or just activate by full path:: +- activate by:: [extensions] - mercurial_path_pattern = ~/sources/mercurial-path_pattern/mercurial_path_pattern.py + mercurial_all_paths = ~/sources/mercurial-all_paths/mercurial_all_paths.py To upgrade, pull and update. +Note that directory names matter. See `mercurial_extension_utils`_ for +longer description of this kind of installation. + History ======================================================= @@ -188,15 +193,15 @@ Development ======================================================= -Main extension repository, maintained by Ludovic Chabant, is available -at: +Development is tracked on BitBucket, see + + http://bitbucket.org/Mekk/mercurial-all_paths/ + +Original repository, maintained by Ludovic Chabant (lagging a bit at +the moment): https://bitbucket.org/ludovicchabant/allpaths -Fork by Marcin Kasperski, which is usually in sync, but at times may -contain some not-yet merged changes, is available at: - - http://bitbucket.org/Mekk/mercurial-all_paths/ Additional notes ======================================================= @@ -207,6 +212,7 @@ .. _Path Pattern: https://bitbucket.org/Mekk/mercurial-path_pattern/ .. _HISTORY.txt: http://bitbucket.org/Mekk/mercurial-all_paths/src/tip/HISTORY.txt +.. _mercurial_extension_utils: https://bitbucket.org/Mekk/mercurial-extension_utils/ .. |drone-badge| image:: https://drone.io/bitbucket.org/Mekk/mercurial-all_paths/status.png