~bzr/ubuntu/lucid/bzr/bzr-ppa

« back to all changes in this revision

Viewing changes to bzrlib/smart/bzrdir.py

2.4 promoted to not-beta PPA

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
class SmartServerRequestBzrDir(SmartServerRequest):
87
87
 
88
88
    def do(self, path, *args):
89
 
        """Open a BzrDir at path, and return self.do_bzrdir_request(*args)."""
 
89
        """Open a BzrDir at path, and return `self.do_bzrdir_request(*args)`."""
90
90
        try:
91
91
            self._bzrdir = BzrDir.open_from_transport(
92
92
                self.transport_from_client_path(path))