hgext/git/manifest.py
changeset 44625 e9e7156a8d6c
parent 44484 ec54b3d2af0b
child 44843 288328c6711b
--- a/hgext/git/manifest.py	Thu Mar 26 17:49:30 2020 -0400
+++ b/hgext/git/manifest.py	Fri Mar 27 10:38:40 2020 -0400
@@ -232,7 +232,7 @@
         # just narrow?
         assert not match or isinstance(match, matchmod.alwaysmatcher)
 
-        touched_dirs = pathutil.dirs(self._pending_changes)
+        touched_dirs = pathutil.dirs(list(self._pending_changes))
         trees = {
             b'': self._tree,
         }