~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

MergeĀ fromĀ dev

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.'):