Mercurial > hg-stable
changeset 10645:ac280ab55c9f stable
commands: remove extra indentation from list in help text
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 11 Mar 2010 14:56:15 +0100 |
parents | 7ce62865d72a |
children | 86dc21148bdb |
files | mercurial/commands.py |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Mar 11 10:06:01 2010 +0200 +++ b/mercurial/commands.py Thu Mar 11 14:56:15 2010 +0100 @@ -659,16 +659,16 @@ Mercurial will update the working directory to the first applicable revision from this list: - a) null if -U or the source repository has no changesets - b) if -u . and the source repository is local, the first parent of - the source repository's working directory - c) the changeset specified with -u (if a branch name, this means the - latest head of that branch) - d) the changeset specified with -r - e) the tipmost head specified with -b - f) the tipmost head specified with the url#branch source syntax - g) the tipmost head of the default branch - h) tip + a) null if -U or the source repository has no changesets + b) if -u . and the source repository is local, the first parent of + the source repository's working directory + c) the changeset specified with -u (if a branch name, this means the + latest head of that branch) + d) the changeset specified with -r + e) the tipmost head specified with -b + f) the tipmost head specified with the url#branch source syntax + g) the tipmost head of the default branch + h) tip """ if opts.get('noupdate') and opts.get('updaterev'): raise util.Abort(_("cannot specify both --noupdate and --updaterev"))