~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Martin Pool
  • Date: 2010-09-13 04:41:17 UTC
  • mfrom: (5417.1.2 scripts)
  • mto: This revision was merged to the branch mainline in revision 5426.
  • Revision ID: mbp@sourcefrog.net-20100913044117-2wmxp0ahf4ptz0uf
Merge ScriptRunner interaction support

Show diffs side-by-side

added added

removed removed

Lines of Context:
836
836
                if ie.kind == 'directory':
837
837
                    descend(ie, child_path)
838
838
 
839
 
        if self.root is not None:
840
 
            descend(self.root, u'')
 
839
        descend(self.root, u'')
841
840
        return accum
842
841
 
843
842
    def directories(self):