~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_readdir_pyx.pyx

  • Committer: Aaron Bentley
  • Date: 2009-11-03 15:53:00 UTC
  • mfrom: (4634.94.3 2.0)
  • mto: (4634.97.2 2.0)
  • mto: This revision was merged to the branch mainline in revision 4798.
  • Revision ID: aaron@aaronbentley.com-20091103155300-9cz3xodn1fzdrt8m
Merge 2.0 into parse-binary-diff-2.0

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)