diff -r 194e2bcf338e -r 4d988b7412f2 mercurial/cmdutil.py --- 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: