##// END OF EJS Templates
store: cleanup what is recognized as a revlog file...
marmoute -
r51362:53af67c7 default
parent child Browse files
Show More
@@ -384,7 +384,7 b' def _calcmode(vfs):'
384 b'requires',
384 b'requires',
385 ]
385 ]
386
386
387 REVLOG_FILES_MAIN_EXT = (b'.i', b'i.tmpcensored')
387 REVLOG_FILES_MAIN_EXT = (b'.i',)
388 REVLOG_FILES_OTHER_EXT = (
388 REVLOG_FILES_OTHER_EXT = (
389 b'.idx',
389 b'.idx',
390 b'.d',
390 b'.d',
@@ -392,7 +392,6 b' REVLOG_FILES_OTHER_EXT = ('
392 b'.n',
392 b'.n',
393 b'.nd',
393 b'.nd',
394 b'.sda',
394 b'.sda',
395 b'd.tmpcensored',
396 )
395 )
397 # files that are "volatile" and might change between listing and streaming
396 # files that are "volatile" and might change between listing and streaming
398 #
397 #
General Comments 0
You need to be logged in to leave comments. Login now