changeset 85:58a1a0425c9b

Fix merge bug, I hope
author mpm@selenic.com
date Tue, 17 May 2005 11:40:45 -0800
parents b2e3528115da
children 1b945e8ba67b
files mercurial/hg.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/hg.py	Tue May 17 11:40:26 2005 -0800
+++ b/mercurial/hg.py	Tue May 17 11:40:45 2005 -0800
@@ -692,7 +692,7 @@
             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)