mercurial/commands.py
changeset 4252 e14b6980a014
parent 4191 1c69c73d85d9
child 4256 fe0fe0b4d73b
child 4305 a5cde03cd019
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -426,6 +426,8 @@ def commit(ui, repo, *pats, **opts):
         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: