Mercurial > hg
changeset 12997:a50606327538
discovery: remove erroneous comment in prepush()
New named branches *can* be created without -f/--force by specifying
--new-branch
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Thu, 11 Nov 2010 15:42:27 +0100 |
parents | 3a42651b0a62 |
children | 91cb08a9e7fb |
files | mercurial/discovery.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)