Show More
@@ -2207,7 +2207,7 b' def _update(' | |||||
2207 | # it makes the "different write with same mtime" issue |
|
2207 | # it makes the "different write with same mtime" issue | |
2208 | # virtually vanish. However, dirstate v1 cannot store such |
|
2208 | # virtually vanish. However, dirstate v1 cannot store such | |
2209 | # precision and a bunch of python-runtime, operating-system and |
|
2209 | # precision and a bunch of python-runtime, operating-system and | |
2210 |
# filesystem does not provide use with such precision |
|
2210 | # filesystem does not provide use with such precision, so we | |
2211 | # have to operate as if it wasn't available. |
|
2211 | # have to operate as if it wasn't available. | |
2212 | if getfiledata: |
|
2212 | if getfiledata: | |
2213 | ambiguous_mtime = {} |
|
2213 | ambiguous_mtime = {} |
General Comments 0
You need to be logged in to leave comments.
Login now