comparison README @ 477:3855865ba53d

README: update URL to Mercurial wiki
author Martin Geisler <mg@lazybytes.net>
date Sat, 08 Aug 2009 07:49:39 -0500
parents 64cc119d8a9e
children 9fadbf0686a1
comparison
equal deleted inserted replaced
476:64cc119d8a9e 477:3855865ba53d
24 If you are unfamiliar with installing Mercurial extensions, please see 24 If you are unfamiliar with installing Mercurial extensions, please see
25 the UsingExtensions_ page in the Mercurial wiki. Look at the example 25 the UsingExtensions_ page in the Mercurial wiki. Look at the example
26 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
27 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.
28 28
29 .. _UsingExtensions: http://www.selenic.com/mercurial/wiki/index.cgi/ 29 .. _UsingExtensions: http://mercurial.selenic.com/wiki/UsingExtensions
30 UsingExtensions
31 30
32 Before using hgsubversion, I *strongly* encourage you to run the 31 Before using hgsubversion, I *strongly* encourage you to run the
33 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
34 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
35 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,