Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 8029:e0c434abd530
notify, commands: word-wrap help strings
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 08 Apr 2009 00:41:07 +0200 |
parents | 3aaca5901ade |
children | 813a02a4eda2 |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Apr 07 23:06:50 2009 +0200 +++ b/mercurial/commands.py Wed Apr 08 00:41:07 2009 +0200 @@ -2924,14 +2924,15 @@ Use null as the revision to remove the working copy (like 'hg clone -U'). - When the working directory contains no uncommitted changes, it will be - replaced by the state of the requested revision from the repository. - When the requested revision is on a different branch, the working - directory will additionally be switched to that branch. + When the working directory contains no uncommitted changes, it + will be replaced by the state of the requested revision from the + repository. When the requested revision is on a different branch, + the working directory will additionally be switched to that + branch. When there are uncommitted changes, use option -C to discard them, - forcibly replacing the state of the working directory with the requested - revision. + forcibly replacing the state of the working directory with the + requested revision. When there are uncommitted changes and option -C is not used, and the parent revision and requested revision are on the same branch,