diff -r b2e3528115da -r 58a1a0425c9b mercurial/hg.py --- 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)