##// END OF EJS Templates
commands: remove extra indentation from list in help text
Martin Geisler -
r10645:ac280ab5 stable
parent child Browse files
Show More
@@ -659,16 +659,16 b' def clone(ui, source, dest=None, **opts)'
659 659 Mercurial will update the working directory to the first applicable
660 660 revision from this list:
661 661
662 a) null if -U or the source repository has no changesets
663 b) if -u . and the source repository is local, the first parent of
664 the source repository's working directory
665 c) the changeset specified with -u (if a branch name, this means the
666 latest head of that branch)
667 d) the changeset specified with -r
668 e) the tipmost head specified with -b
669 f) the tipmost head specified with the url#branch source syntax
670 g) the tipmost head of the default branch
671 h) tip
662 a) null if -U or the source repository has no changesets
663 b) if -u . and the source repository is local, the first parent of
664 the source repository's working directory
665 c) the changeset specified with -u (if a branch name, this means the
666 latest head of that branch)
667 d) the changeset specified with -r
668 e) the tipmost head specified with -b
669 f) the tipmost head specified with the url#branch source syntax
670 g) the tipmost head of the default branch
671 h) tip
672 672 """
673 673 if opts.get('noupdate') and opts.get('updaterev'):
674 674 raise util.Abort(_("cannot specify both --noupdate and --updaterev"))
General Comments 0
You need to be logged in to leave comments. Login now