/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: Canonical.com Patch Queue Manager
  • Date: 2009-12-21 06:03:07 UTC
  • mfrom: (4665.7.3 serve-init)
  • Revision ID: pqm@pqm.ubuntu.com-20091221060307-uvja3vdy1o6dzzy0
(mbp) example debian init script

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)