discovery: remove erroneous comment in prepush()
authorAdrian Buehlmann <adrian@cadifra.com>
Thu, 11 Nov 2010 15:42:27 +0100
changeset 12997 a50606327538
parent 12996 3a42651b0a62
child 12998 91cb08a9e7fb
discovery: remove erroneous comment in prepush() New named branches *can* be created without -f/--force by specifying --new-branch
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)