hgext/automv.py
changeset 28146 28024d0d42dc
parent 28129 7c40b4b7f8f1
child 28148 e8c2a60864fc
--- a/hgext/automv.py	Mon Feb 08 05:56:25 2016 +0000
+++ b/hgext/automv.py	Mon Feb 15 16:40:06 2016 +0000
@@ -46,7 +46,7 @@
         return orig(ui, repo, *pats, **opts)
 
 def _interestingfiles(repo, matcher):
-    stat = repo.status(repo['.'], repo[None], matcher)
+    stat = repo.status(match=matcher)
     added = stat[1]
     removed = stat[2]