--- 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)