hgext/purge.py
changeset 19139 31c863bd21e8
parent 16930 9efe4a95c099
child 20565 f1c3ba167b0c
--- a/hgext/purge.py	Sun Apr 28 21:27:21 2013 -0700
+++ b/hgext/purge.py	Sun Apr 28 21:27:57 2013 -0700
@@ -97,7 +97,7 @@
 
     directories = []
     match = scmutil.match(repo[None], dirs, opts)
-    match.dir = directories.append
+    match.explicitdir = match.traversedir = directories.append
     status = repo.status(match=match, ignored=opts['all'], unknown=True)
 
     for f in sorted(status[4] + status[5]):