Show More
@@ -37,8 +37,7 b' def check_dirstate(ui, repo, **options):' | |||
|
37 | 37 | |
|
38 | 38 | is_narrow = requirements.NARROW_REQUIREMENT in repo.requirements |
|
39 | 39 | narrow_matcher = repo.narrowmatch() if is_narrow else None |
|
40 | ||
|
41 | for err in repo.dirstate.verify(m1, m2, narrow_matcher): | |
|
40 | for err in repo.dirstate.verify(m1, m2, parent1, narrow_matcher): | |
|
42 | 41 | ui.warn(err[0] % err[1:]) |
|
43 | 42 | errors += 1 |
|
44 | 43 |
General Comments 0
You need to be logged in to leave comments.
Login now