hgext/narrow/narrowcommands.py
changeset 46895 6085b7f1536d
parent 46663 a4c19a162615
child 46907 ffd3e823a7e5
--- a/hgext/narrow/narrowcommands.py	Mon Apr 05 23:54:54 2021 -0400
+++ b/hgext/narrow/narrowcommands.py	Tue Apr 06 10:38:03 2021 +0200
@@ -276,7 +276,7 @@
                 repair.strip(ui, unfi, tostrip, topic=b'narrow', backup=backup)
 
         todelete = []
-        for f, f2, size in repo.store.datafiles():
+        for t, f, f2, size in repo.store.datafiles():
             if f.startswith(b'data/'):
                 file = f[5:-2]
                 if not newmatch(file):