Mercurial > hgsubversion
changeset 3:735fdc6c130a
Change the readme to be reST.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 01 Oct 2008 08:58:56 -0500 |
parents | 89f88df794d3 |
children | 23eccbc18d01 |
files | README |
diffstat | 1 files changed, 16 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/README +++ b/README @@ -1,3 +1,7 @@ +.. -*-<restructuredtext>-*- + +About +----- hgsubversion is an extension for Mercurial that allows using Mercurial as a Subversion client. @@ -5,13 +9,18 @@ Right now it is *not* ready for producti you're ready to hack on it, and go diving into the internals of Mercurial and/or Subversion. -== Basic Use == -Get a new clone of an svn server: -$ hg svnclone <svn URI> [destination] -Real example: -hg svnclone http://python-nose.googlecode.com/svn nose-hg +Basic Use +----------- +Get a new clone of an svn server:: + + $ hg svnclone <svn URI> [destination] + +Real example:: + + $ hg svnclone http://python-nose.googlecode.com/svn nose-hg + +Pull new revisions into an already-converted repo:: -Pull new revisions into an already-converted repo: -$ hg svn pull + $ hg svn pull For more information, see 'hg svn help' while in a converted repo.