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 bzrlib/builtins.py
Modified mkdir functionality, to handle multiple nested trees.
Show diffs side-by-side
added
removed
238
238
for d in dir_list:
241
b = Branch.open_containing(d)[0]
242
tree = b.working_tree()
240
b, dd = Branch.open_containing(d)
245
242
print 'added', dd