comparison README @ 1597:b06be5815692

README: update links and mercurial version supported The README still had old links to selenic.com. This patch changes them, and also updates the mercurial versions it supports.
author Pulkit Goyal <pulkit@yandex-team.ru>
date Thu, 15 Nov 2018 17:10:52 +0300
parents 3df6ed4e7561
children
comparison
equal deleted inserted replaced
1596:04a24a13960f 1597:b06be5815692
14 14
15 Installation 15 Installation
16 ------------ 16 ------------
17 You need to have either have Subversion 1.5 (or later) installed along with 17 You need to have either have Subversion 1.5 (or later) installed along with
18 either Subvertpy 0.7.4 (or later) or the Subversion SWIG Python bindings. You 18 either Subvertpy 0.7.4 (or later) or the Subversion SWIG Python bindings. You
19 need Mercurial 2.0 or later. 19 need Mercurial 3.7 or later.
20 20
21 .. _mercurial: http://selenic.com/repo/hg 21 .. _mercurial: http://mercurial-scm.org/repo/hg
22 .. _mercurial-stable: http://selenic.com/repo/hg-stable 22 .. _mercurial-stable: http://mercurial-scm.org/repo/hg-stable
23 .. _crew: http://hg.intevation.org/mercurial/crew
24 .. _crew-stable: http://hg.intevation.org/mercurial/crew-stable
25 23
26 If you are unfamiliar with installing Mercurial extensions, please see 24 If you are unfamiliar with installing Mercurial extensions, please see
27 the UsingExtensions_ page in the Mercurial wiki. Look at the example 25 the UsingExtensions_ page in the Mercurial wiki. Look at the example
28 for specifying an absolute path near the bottom of the page. You want 26 for specifying an absolute path near the bottom of the page. You want
29 to give the path to the top level of your clone of this repository. 27 to give the path to the top level of your clone of this repository.
30 28
31 .. _UsingExtensions: http://mercurial.selenic.com/wiki/UsingExtensions 29 .. _UsingExtensions: http://mercurial-scm.org/wiki/UsingExtensions
32 30
33 Before using hgsubversion, I *strongly* encourage you to run the 31 Before using hgsubversion, I *strongly* encourage you to run the
34 automated tests. Just use nose_ if you have it (or ``easy_install 32 automated tests. Just use nose_ if you have it (or ``easy_install
35 nose`` if you want it), or use ``python tests/run.py`` to run the 33 nose`` if you want it), or use ``python tests/run.py`` to run the
36 suite with the conventional test runner. Note that because I use nose, 34 suite with the conventional test runner. Note that because I use nose,