commands: do not indent list in clone help string stable
authorMartin Geisler <mg@lazybytes.net>
Thu, 19 Nov 2009 22:25:38 +0100
branchstable
changeset 9891 5c5a08d6f85d
parent 9879 7bb004fc14ec
child 9892 4322e39bd525
commands: do not indent list in clone help string
mercurial/commands.py
--- a/mercurial/commands.py	Wed Nov 18 16:47:20 2009 +0100
+++ b/mercurial/commands.py	Thu Nov 19 22:25:38 2009 +0100
@@ -601,9 +601,9 @@
     will be the null changeset). Otherwise, clone will initially check
     out (in order of precedence):
 
-      a) the changeset, tag or branch specified with -u/--updaterev
-      b) the changeset, tag or branch given with the first -r/--rev
-      c) the head of the default branch
+    a) the changeset, tag or branch specified with -u/--updaterev
+    b) the changeset, tag or branch given with the first -r/--rev
+    c) the head of the default branch
 
     Use 'hg clone -u . src dst' to checkout the source repository's
     parent changeset (applicable for local source repositories only).