Show More
@@ -286,6 +286,9 b' class dirs(object):' | |||
|
286 | 286 | '''a multiset of directory names from a set of file paths''' |
|
287 | 287 | |
|
288 | 288 | def __init__(self, map, skip=None): |
|
289 | ''' | |
|
290 | a dict map indicates a dirstate while a list indicates a manifest | |
|
291 | ''' | |
|
289 | 292 | self._dirs = {} |
|
290 | 293 | addpath = self.addpath |
|
291 | 294 | if isinstance(map, dict) and skip is not None: |
General Comments 0
You need to be logged in to leave comments.
Login now