##// END OF EJS Templates
doc: remove a spurious ^L in some doc...
marmoute -
r49279:b5f8d9e5 default
parent child Browse files
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 , so we
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