/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to mapping.py

Add more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
 
136
136
    # stack contains the set of trees that we haven't 
137
137
    # finished constructing
138
 
 
139
138
    for path, entry in inv.iter_entries():
140
139
        while stack and not path.startswith(cur):
141
140
            tree.serialize()