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 |
( |
|
1602 | ('spath', b'00changelog.i'), | |
1603 |
( |
|
1603 | ('spath', b'phaseroots'), # ! phase can change content at the same size | |
1604 |
( |
|
1604 | ('spath', b'obsstore'), | |
1605 |
( |
|
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