mirror of
https://github.com/facebook/sapling.git
synced 2025-01-01 09:37:56 +03:00
Fix merge bug, I hope
This commit is contained in:
parent
6795b63eb7
commit
ca952e3eda
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user