Show More
@@ -882,9 +882,9 b' class dirstate(object):' | |||
|
882 | 882 | elif time != mtime and time != mtime & _rangemask: |
|
883 | 883 | ladd(fn) |
|
884 | 884 | elif mtime == lastnormaltime: |
|
885 |
# fn may have |
|
|
886 | # changing its size. This can happen if we quickly do | |
|
887 | # multiple commits in a single transaction. | |
|
885 | # fn may have just been marked as normal and it may have | |
|
886 | # changed in the same second without changing its size. | |
|
887 | # This can happen if we quickly do multiple commits. | |
|
888 | 888 | # Force lookup, so we don't miss such a racy file change. |
|
889 | 889 | ladd(fn) |
|
890 | 890 | elif listclean: |
General Comments 0
You need to be logged in to leave comments.
Login now