mercurial/localrepo.py
changeset 41229 50ca531f1f24
parent 41228 3b35ebdb9f8c
child 41230 d2d716cc0700
--- a/mercurial/localrepo.py	Sat Dec 29 22:34:38 2018 -0800
+++ b/mercurial/localrepo.py	Sat Dec 29 23:01:12 2018 -0800
@@ -1252,7 +1252,7 @@
 
     def setnarrowpats(self, newincludes, newexcludes):
         narrowspec.save(self, newincludes, newexcludes)
-        narrowspec.copytoworkingcopy(self, self.currenttransaction())
+        narrowspec.copytoworkingcopy(self)
         self.invalidate(clearfilecache=True)
         # So the next access won't be considered a conflict
         # TODO: It seems like there should be a way of doing this that