##// END OF EJS Templates
repair-issue6528: remove a now useless continue...
marmoute -
r51357:a52aae8b default
parent child Browse files
Show More
@@ -838,11 +838,6 b' def repair_issue6528('
838 found_nothing = True
838 found_nothing = True
839
839
840 for file_type, path in files:
840 for file_type, path in files:
841 if (
842 not path.endswith(b'.i')
843 or not file_type & store.FILEFLAGS_FILELOG
844 ):
845 continue
846 progress.increment()
841 progress.increment()
847 filename = _get_filename_from_filelog_index(path)
842 filename = _get_filename_from_filelog_index(path)
848 fl = _filelog_from_filename(repo, filename)
843 fl = _filelog_from_filename(repo, filename)
General Comments 0
You need to be logged in to leave comments. Login now