/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/_readdir_pyx.pyx

  • Committer: John Arbash Meinel
  • Date: 2009-10-17 00:34:28 UTC
  • mfrom: (4754 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4755.
  • Revision ID: john@arbash-meinel.com-20091017003428-opg71qwkbzr3clko
Merge bzr.dev resolve test conflict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
                            raise OSError(errno, "lstat: " + strerror(errno),
344
344
                                path + "/" + entry.d_name)
345
345
                        else:
346
 
                            kind = _missing
347
 
                            statvalue = None
 
346
                            # the file seems to have disappeared after being
 
347
                            # seen by readdir - perhaps a transient temporary
 
348
                            # file.  there's no point returning it.
 
349
                            continue
348
350
                    # We append a 5-tuple that can be modified in-place by the C
349
351
                    # api:
350
352
                    # inode to sort on (to replace with top_path)