discovery: remove erroneous comment in prepush()
New named branches *can* be created without -f/--force by specifying
--new-branch
--- 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)