##// END OF EJS Templates
merge: change modified indicator to be 20 bytes...
Durham Goode -
r30362:3c6893ba default
parent child Browse files
Show More
@@ -18,6 +18,7 b' from .node import ('
18 addednodeid,
18 addednodeid,
19 bin,
19 bin,
20 hex,
20 hex,
21 modifiednodeid,
21 nullhex,
22 nullhex,
22 nullid,
23 nullid,
23 nullrev,
24 nullrev,
@@ -815,7 +816,7 b' def manifestmerge(repo, wctx, p2, pa, br'
815 if '.hgsubstate' in m1:
816 if '.hgsubstate' in m1:
816 # check whether sub state is modified
817 # check whether sub state is modified
817 if any(wctx.sub(s).dirty() for s in wctx.substate):
818 if any(wctx.sub(s).dirty() for s in wctx.substate):
818 m1['.hgsubstate'] += '+'
819 m1['.hgsubstate'] = modifiednodeid
819
820
820 # Compare manifests
821 # Compare manifests
821 if matcher is not None:
822 if matcher is not None:
General Comments 0
You need to be logged in to leave comments. Login now