Show More
@@ -673,7 +673,7 b' class dirstate(object):' | |||||
673 | try: |
|
673 | try: | |
674 | entries = listdir(join(nd), stat=True, skip=skip) |
|
674 | entries = listdir(join(nd), stat=True, skip=skip) | |
675 | except OSError, inst: |
|
675 | except OSError, inst: | |
676 |
if inst.errno |
|
676 | if inst.errno in (errno.EACCES, errno.ENOENT): | |
677 | fwarn(nd, inst.strerror) |
|
677 | fwarn(nd, inst.strerror) | |
678 | continue |
|
678 | continue | |
679 | raise |
|
679 | raise |
General Comments 0
You need to be logged in to leave comments.
Login now