212
212
if deprecated_passed(branch):
213
213
warn("Commit.commit (branch, ...): The branch parameter is "
214
214
"deprecated as of bzr 0.8. Please use working_tree= instead.",
217
217
self.work_tree = WorkingTree(branch.base, branch)
218
218
elif working_tree is None: