##// END OF EJS Templates
merge: indent to prepare for next patch
Martin von Zweigbergk -
r23395:d9ebb475 default
parent child Browse files
Show More
@@ -415,6 +415,7 b' def manifestmerge(repo, wctx, p2, pa, br'
415 415 if partial and not partial(f):
416 416 continue
417 417 if n1 and n2:
418 if True:
418 419 fa = f
419 420 a = ma.get(f, nullid)
420 421 if a == nullid:
General Comments 0
You need to be logged in to leave comments. Login now