/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

Move functions to mapping.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
 
123
123
 
124
124
def inventory_to_tree_and_blobs(repo, mapping, revision_id):
 
125
    from dulwich.objects import Tree, Blob
 
126
    from bzrlib.inventory import InventoryDirectory, InventoryFile
 
127
    import stat
125
128
    stack = []
126
129
    cur = ""
127
130
    tree = Tree()