~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Robert Collins
  • Date: 2006-02-16 07:20:25 UTC
  • mto: (1534.1.24 integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: robertc@robertcollins.net-20060216072025-8a97e0b2c3f3cc92
Start factoring out the upgrade policy logic.

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