/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/bzrdir.py

  • Committer: Robert Collins
  • Date: 2006-04-18 05:08:30 UTC
  • mto: (1711.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1668.
  • Revision ID: robertc@robertcollins.net-20060418050830-ec8a43605cbc2b32
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.'):