mercurial/cmdutil.py
changeset 18340 8802277c40ee
parent 18267 5bb610f87d1d
child 18364 6252b4f1c4b4
--- a/mercurial/cmdutil.py	Tue Jan 15 01:05:12 2013 +0100
+++ b/mercurial/cmdutil.py	Tue Jan 15 01:05:12 2013 +0100
@@ -1137,8 +1137,8 @@
             for path in match.files():
                 if path == '.' or path in repo.store:
                     break
-                else:
-                    return []
+            else:
+                return []
 
     if slowpath:
         # We have to read the changelog to match filenames against