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