mercurial/hg.py
changeset 85 58a1a0425c9b
parent 83 9fd5b35cfc45
child 90 ab9ebff09dcd
--- 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)