~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-01 04:38:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050401043828-4162a7fb07e43579
fix test case breakage

Show diffs side-by-side

added added

removed removed

Lines of Context:
327
327
        """
328
328
        def descend(parent_ie):
329
329
            parent_name = parent_ie.name
330
 
            if parent_name == '':
331
 
                parent_name = '.'
332
330
            yield parent_name, parent_ie
333
331
 
334
332
            # directory children in sorted order