Show More
@@ -380,7 +380,8 b' class dirstate:' | |||
|
380 | 380 | nonexistent = True |
|
381 | 381 | if not st: |
|
382 | 382 | try: |
|
383 |
|
|
|
383 | f = os.path.join(self.root, fn) | |
|
384 | st = os.lstat(f) | |
|
384 | 385 | except OSError, inst: |
|
385 | 386 | if inst.errno != errno.ENOENT: |
|
386 | 387 | raise |
General Comments 0
You need to be logged in to leave comments.
Login now