/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 bzrlib/workingtree.py

Merge simplify-server-probing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
        if path is None:
269
269
            path = osutils.getcwd()
270
270
        control = controldir.ControlDir.open(path, _unsupported=_unsupported)
271
 
        return control.open_workingtree(_unsupported=_unsupported)
 
271
        return control.open_workingtree(unsupported=_unsupported)
272
272
 
273
273
    @staticmethod
274
274
    def open_containing(path=None):