Show More
@@ -598,6 +598,12 b' def bundle(repo, subset, x):' | |||||
598 | return subset & bundlerevs |
|
598 | return subset & bundlerevs | |
599 |
|
599 | |||
600 | def checkstatus(repo, subset, pat, field): |
|
600 | def checkstatus(repo, subset, pat, field): | |
|
601 | """Helper for status-related revsets (adds, removes, modifies). | |||
|
602 | The field parameter says which kind is desired: | |||
|
603 | 0: modified | |||
|
604 | 1: added | |||
|
605 | 2: removed | |||
|
606 | """ | |||
601 | hasset = matchmod.patkind(pat) == 'set' |
|
607 | hasset = matchmod.patkind(pat) == 'set' | |
602 |
|
608 | |||
603 | mcache = [None] |
|
609 | mcache = [None] |
General Comments 0
You need to be logged in to leave comments.
Login now