~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

Merge in bzr-dir phase 3, enabling controlled upgrades and shared repositories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
            subtree.rmdir(dir)
423
423
        self.rmdir(relpath)
424
424
 
 
425
    def __repr__(self):
 
426
        return "<%s.%s url=%s>" % (self.__module__, self.__class__.__name__, self.base)
 
427
 
425
428
    def stat(self, relpath):
426
429
        """Return the stat information for a file.
427
430
        WARNING: This may not be implementable for all protocols, so use