~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-18 05:23:03 UTC
  • mfrom: (1666.1.3 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060418052303-2170dd38c5ed278b
Fix and test upgrades from bzrdir 6 over SFTP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1625
1625
            pass
1626
1626
        # find out whats there
1627
1627
        self.step('Finding branch files')
1628
 
        last_revision = self.bzrdir.open_workingtree().last_revision()
 
1628
        last_revision = self.bzrdir.open_branch().last_revision()
1629
1629
        bzrcontents = self.bzrdir.transport.list_dir('.')
1630
1630
        for name in bzrcontents:
1631
1631
            if name.startswith('basis-inventory.'):