Skip to content
Snippets Groups Projects
Commit ac16efd2 authored by durin42's avatar durin42
Browse files

overlaymanifest: add the withflags method introduced in hg change a1dcd842ce17

parent 62aaacc4
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,11 @@
self._map = None
self._flagmap = None
def withflags(self):
self.load()
return set([path for path, flag in self._flagmap.iteritems()
if flag & 020100])
def copy(self):
return overlaymanifest(self.repo, self.tree.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment