##// END OF EJS Templates
cachedlocalrepo: use sysstr for attribute name of "file of interest"...
marmoute -
r51804:1339158a default
parent child Browse files
Show More
@@ -1599,10 +1599,10 b' def remoteui(src, opts):'
1599 # Used to check if the repository has changed looking at mtime and size of
1599 # Used to check if the repository has changed looking at mtime and size of
1600 # these files.
1600 # these files.
1601 foi = [
1601 foi = [
1602 (b'spath', b'00changelog.i'),
1602 ('spath', b'00changelog.i'),
1603 (b'spath', b'phaseroots'), # ! phase can change content at the same size
1603 ('spath', b'phaseroots'), # ! phase can change content at the same size
1604 (b'spath', b'obsstore'),
1604 ('spath', b'obsstore'),
1605 (b'path', b'bookmarks'), # ! bookmark can change content at the same size
1605 ('path', b'bookmarks'), # ! bookmark can change content at the same size
1606 ]
1606 ]
1607
1607
1608
1608
General Comments 0
You need to be logged in to leave comments. Login now