Mercurial > hg
changeset 7981:20df260ae301
commands: clarify push help text
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 04 Apr 2009 18:03:03 +0200 |
parents | 3d8252430e17 |
children | cab4a521a3fd |
files | mercurial/commands.py |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Apr 04 17:51:31 2009 +0200 +++ b/mercurial/commands.py Sat Apr 04 18:03:03 2009 +0200 @@ -2194,17 +2194,17 @@ Push changes from the local repository to the given destination. - This is the symmetrical operation for pull. It helps to move - changes from the current repository to a different one. If the - destination is local this is identical to a pull in that directory - from the current one. + This is the symmetrical operation for pull. It moves changes from + the current repository to a different one. If the destination is + local this is identical to a pull in that directory from the + current one. By default, push will refuse to run if it detects the result would increase the number of remote heads. This generally indicates the the client has forgotten to pull and merge before pushing. - If -r is used, the named changeset and all its ancestors will be pushed - to the remote repository. + If -r is used, the named revision and all its ancestors will be + pushed to the remote repository. Look at the help text for URLs for important details about ssh:// URLs. If DESTINATION is omitted, a default path will be used.