Mercurial > hg
changeset 6367:51984a2413f2
Remove unexpected "Alternately" word from tip help.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sun, 23 Mar 2008 22:15:47 +0100 |
parents | 07c3cd695b48 |
children | 2c370f08c486 |
files | mercurial/commands.py |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Mar 23 21:48:38 2008 +0100 +++ b/mercurial/commands.py Sun Mar 23 22:15:47 2008 +0100 @@ -2720,11 +2720,10 @@ recently added changeset in the repository, the most recently changed head. - If you have just made a commit, that commit will be the - tip. Alternately, if you have just pulled changes from another - repository, the tip of that repository becomes the current tip. - The "tip" tag is special and can not be renamed or assigned to a - different changeset. + If you have just made a commit, that commit will be the tip. If + you have just pulled changes from another repository, the tip of + that repository becomes the current tip. The "tip" tag is special + and cannot be renamed or assigned to a different changeset. """ cmdutil.show_changeset(ui, repo, opts).show(nullrev+repo.changelog.count())