diff -r 3a42651b0a62 -r a50606327538 mercurial/discovery.py --- a/mercurial/discovery.py Sun Nov 14 18:31:40 2010 -0500 +++ b/mercurial/discovery.py Thu Nov 11 15:42:27 2010 +0100 @@ -220,8 +220,6 @@ # - a local outgoing head descended from update # - a remote head that's known locally and not # ancestral to an outgoing head - # - # New named branches cannot be created without --force. # 1. Create set of branches involved in the push. branches = set(repo[n].branch() for n in outg)