--- 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).