mercurial/discovery.py
changeset 12997 a50606327538
parent 12762 8bac8cd43c8d
child 12998 91cb08a9e7fb
--- 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)