Fix merge bug, I hope
authormpm@selenic.com
Tue, 17 May 2005 11:40:45 -0800
changeset 85 58a1a0425c9b
parent 84 b2e3528115da
child 86 1b945e8ba67b
Fix merge bug, I hope
mercurial/hg.py
--- a/mercurial/hg.py
+++ b/mercurial/hg.py
@@ -692,7 +692,7 @@ class localrepository:
             f = 1
             for i in l + [n[1]]:
                 if i in m:
-                    if f <= 4:
+                    if f <= 2:
                         self.ui.debug("found new branch changeset %s\n" %
                                           short(p))
                         fetch.append(p)