mercurial/store.py
changeset 50492 3473d18c029a
parent 50483 60e613f6a229
child 50493 816e8bc6e066
--- a/mercurial/store.py	Mon May 15 09:01:53 2023 +0200
+++ b/mercurial/store.py	Mon May 15 09:02:09 2023 +0200
@@ -524,6 +524,10 @@
         self.target_id = target_id
         self.is_revlog_main = is_revlog_main
 
+    def main_file_path(self):
+        """unencoded path of the main revlog file"""
+        return self.unencoded_path
+
 
 @attr.s(slots=True)
 class StoreFile: