diff -r 34c4540c04c5 -r e14b6980a014 mercurial/commands.py --- a/mercurial/commands.py Fri Mar 16 22:48:23 2007 -0300 +++ b/mercurial/commands.py Tue Mar 20 22:09:51 2007 -0300 @@ -426,6 +426,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: