Show More
@@ -12,6 +12,7 b' class idirstate(interfaceutil.Interface)' | |||
|
12 | 12 | sparsematchfn, |
|
13 | 13 | nodeconstants, |
|
14 | 14 | use_dirstate_v2, |
|
15 | use_tracked_hint=False, | |
|
15 | 16 | ): |
|
16 | 17 | """Create a new dirstate object. |
|
17 | 18 | |
@@ -214,3 +215,8 b' class idirstate(interfaceutil.Interface)' | |||
|
214 | 215 | |
|
215 | 216 | def clearbackup(tr, backupname): |
|
216 | 217 | '''Clear backup file''' |
|
218 | ||
|
219 | def verify(m1, m2, p1, narrow_matcher=None): | |
|
220 | """ | |
|
221 | check the dirstate contents against the parent manifest and yield errors | |
|
222 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now