Fix merge bug, I hope

This commit is contained in:
mpm@selenic.com 2005-05-17 11:40:45 -08:00
parent 6795b63eb7
commit ca952e3eda

View File

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