~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: John Arbash Meinel
  • Date: 2006-05-27 09:04:30 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-20060527090430-5bd6583a64dfe5f3
Bug in list_files if the last entry in a directory is another directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
779
779
                stack.append((f_ie.file_id, fp, fap, new_children))
780
780
                # Break out of inner loop, so that we start outer loop with child
781
781
                break
782
 
 
783
 
            # if we finished all children, pop it off the stack
784
 
            if not children:
785
 
                stack.pop()
 
782
            else:
 
783
                # if we finished all children, pop it off the stack
 
784
                if not children:
 
785
                    stack.pop()
786
786
 
787
787
 
788
788
    @needs_write_lock