comparison README @ 30:9867250e0a4a

Add a segment on running the tests before use.
author Augie Fackler <durin42@gmail.com>
date Tue, 14 Oct 2008 09:13:15 -0500
parents 5954a514ae26
children 80b923ab242b
comparison
equal deleted inserted replaced
29:575bd29bc1d8 30:9867250e0a4a
20 20
21 If you are unfamiliar with installing Mercurial extensions, please see the UsingExtensions_ page in the Mercurial wiki. Look at the example for specifying an absolute path near the bottom of the page. You want to give the path to the top level of your clone of this repository. 21 If you are unfamiliar with installing Mercurial extensions, please see the UsingExtensions_ page in the Mercurial wiki. Look at the example for specifying an absolute path near the bottom of the page. You want to give the path to the top level of your clone of this repository.
22 22
23 .. _UsingExtensions: http://www.selenic.com/mercurial/wiki/index.cgi/UsingExtensions 23 .. _UsingExtensions: http://www.selenic.com/mercurial/wiki/index.cgi/UsingExtensions
24 24
25 Before using hgsubversion, I *strongly* encourage you to run the automated tests. Just use nose_ if you have it (or ``easy_install nose`` if you want it), or use ``python tests/run.py`` to run the suite with the conventional test runner. Note that because I use nose, there's a lot of stdout spew in the tests right now. The important part is that all the tests pass.
26
27 .. _nose: http://code.google.com/p/python-nose/
28
25 Basic Use 29 Basic Use
26 ----------- 30 -----------
27 Get a new clone of an svn server:: 31 Get a new clone of an svn server::
28 32
29 $ hg svnclone <svn URI> [destination] 33 $ hg svnclone <svn URI> [destination]