diff tests/test-largefiles-cache.t @ 50465:63dc24be635d

transaction: use a ".bck" extension for all backup file There are too much code in Mercurial that assume file function from extension. Keeping the original extension when doing backup is just creating confusion (for exemple, backup of revlog's confused with new version revlogs). So we change the backup name from now on to be explicilty backup file and prevent this kind of problem. (note that repository using fncache is less affected (but still affected) by this kind of problem as the backup are not listed in the fncache).
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 15 May 2023 08:54:47 +0200
parents 92734603e33e
children 7e5be4a7cda7
line wrap: on
line diff
--- a/tests/test-largefiles-cache.t	Mon May 15 08:54:33 2023 +0200
+++ b/tests/test-largefiles-cache.t	Mon May 15 08:54:47 2023 +0200
@@ -184,7 +184,7 @@
 
   $ find share_dst/.hg/largefiles/* | sort
   share_dst/.hg/largefiles/dirstate
-  share_dst/.hg/largefiles/undo.backup.dirstate
+  share_dst/.hg/largefiles/undo.backup.dirstate.bck
 
   $ find src/.hg/largefiles/* | egrep "(dirstate|$hash)" | sort
   src/.hg/largefiles/dirstate