# HG changeset patch # User Augie Fackler # Date 1222869536 18000 # Node ID 735fdc6c130a51c539c6563782d9f62c9f7aa341 # Parent 89f88df794d38ea37598cb4b1b90e1766806c728 Change the readme to be reST. diff --git a/README b/README --- a/README +++ b/README @@ -1,3 +1,7 @@ +.. -*--*- + +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 [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 [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.