##// 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 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 388 REVLOG_FILES_OTHER_EXT = (
389 389 b'.idx',
390 390 b'.d',
@@ -392,7 +392,6 b' REVLOG_FILES_OTHER_EXT = ('
392 392 b'.n',
393 393 b'.nd',
394 394 b'.sda',
395 b'd.tmpcensored',
396 395 )
397 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