mercurial/cmdutil.py
changeset 3657 4d988b7412f2
parent 3650 731e739b8659
child 3673 eb0b4a2d70a9
--- a/mercurial/cmdutil.py	Wed Nov 15 15:51:58 2006 -0600
+++ b/mercurial/cmdutil.py	Wed Nov 15 15:51:58 2006 -0600
@@ -643,7 +643,7 @@
         defrange = 'tip:0'
     revs = revrange(ui, repo, opts['rev'] or [defrange])
     wanted = {}
-    slowpath = anypats
+    slowpath = anypats or opts.get('removed')
     fncache = {}
 
     if not slowpath and not files: