~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: John Arbash Meinel
  • Date: 2006-05-27 09:24:05 UTC
  • mto: (1711.2.26 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1734.
  • Revision ID: john@arbash-meinel.com-20060527092405-eedd2569235c1035
Fix list_files test, we don't need to check if children are empty if we fall off the loop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
913
913
                break
914
914
            else:
915
915
                # if we finished all children, pop it off the stack
916
 
                if not children:
917
 
                    stack.pop()
 
916
                stack.pop()
918
917
 
919
918
    def entries(self):
920
919
        """Return list of (path, ie) for all entries except the root.