mercurial/hg.py
changeset 50908 1339158a8a40
parent 50572 029fe2f012c8
child 50925 d718eddf01d9
--- a/mercurial/hg.py	Wed Aug 30 13:01:10 2023 +0200
+++ b/mercurial/hg.py	Wed Aug 30 11:53:13 2023 +0200
@@ -1599,10 +1599,10 @@
 # Used to check if the repository has changed looking at mtime and size of
 # these files.
 foi = [
-    (b'spath', b'00changelog.i'),
-    (b'spath', b'phaseroots'),  # ! phase can change content at the same size
-    (b'spath', b'obsstore'),
-    (b'path', b'bookmarks'),  # ! bookmark can change content at the same size
+    ('spath', b'00changelog.i'),
+    ('spath', b'phaseroots'),  # ! phase can change content at the same size
+    ('spath', b'obsstore'),
+    ('path', b'bookmarks'),  # ! bookmark can change content at the same size
 ]