diff mercurial/commands.py @ 4256:fe0fe0b4d73b

Merge additional fixes for my matcher changes
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Tue, 20 Mar 2007 22:21:05 -0300
parents ca639faa38a2 e14b6980a014
children 1b5c38e9d7aa 47ba52121433
line wrap: on
line diff
--- a/mercurial/commands.py	Tue Mar 20 13:13:39 2007 -0700
+++ b/mercurial/commands.py	Tue Mar 20 22:21:05 2007 -0300
@@ -430,6 +430,8 @@
         files = modified + added + removed
         slist = None
         for f in fns:
+            if f == '.':
+                continue
             if f not in files:
                 rf = repo.wjoin(f)
                 if f in unknown: