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