##// END OF EJS Templates
Fix merge bug, I hope
mpm@selenic.com -
r85:58a1a042 default
parent child Browse files
Show More
@@ -692,7 +692,7 b' class localrepository:'
692 f = 1
692 f = 1
693 for i in l + [n[1]]:
693 for i in l + [n[1]]:
694 if i in m:
694 if i in m:
695 if f <= 4:
695 if f <= 2:
696 self.ui.debug("found new branch changeset %s\n" %
696 self.ui.debug("found new branch changeset %s\n" %
697 short(p))
697 short(p))
698 fetch.append(p)
698 fetch.append(p)
General Comments 0
You need to be logged in to leave comments. Login now