diff -r d4c972b97fee -r 9fe33afc00b4 mercurial/commands.py --- a/mercurial/commands.py Wed Oct 01 01:08:17 2014 +0200 +++ b/mercurial/commands.py Tue Sep 30 15:45:48 2014 -0700 @@ -3220,7 +3220,7 @@ m = scmutil.match(ctx, pats, opts) for f in ctx.walk(m): - if rev is None and repo.dirstate[f] in 'R?!': + if rev is None and repo.dirstate[f] in 'r?!': continue fm.startitem() if ui.verbose: