diff -r e76e52145c3d -r fe0fe0b4d73b mercurial/commands.py --- 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: