diff -r ffd59c71b8ee -r 39a7f69a0a9a mercurial/commands.py --- a/mercurial/commands.py Tue May 25 09:56:26 2010 +0200 +++ b/mercurial/commands.py Tue May 25 09:57:19 2010 +0200 @@ -2541,6 +2541,10 @@ to use. In this situation, it is recommended to pull and merge before pushing. + Use --new-branch if you want to allow push to create a new named + branch that is not present at the destination. This allows you to + only create a new branch without forcing other changes. + Use -f/--force to override the default behavior and push all changesets on all branches.