mercurial/commands.py
changeset 22591 9fe33afc00b4
parent 22587 c3c3dd31fe1c
child 22592 ff3ccc592af4
--- 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: