util/mercurial.lua
changeset 10537 a6cc5b844d7b
parent 6588 ec94dc502113
--- a/util/mercurial.lua	Mon Dec 23 21:02:19 2019 +0100
+++ b/util/mercurial.lua	Mon Dec 23 21:09:38 2019 +0100
@@ -19,7 +19,7 @@
 			hg_changelog:close();
 		end
 	else
-		local hg_archival,e = io.open(path.."/.hg_archival.txt");
+		local hg_archival,e = io.open(path.."/.hg_archival.txt"); -- luacheck: ignore 211/e
 		if hg_archival then
 			local repo = hg_archival:read("*l");
 			local node = hg_archival:read("*l");