diff -r 9df67ee30ef5 -r 2b8a2248312a mercurial/dirstate.py --- a/mercurial/dirstate.py Sat Oct 18 16:56:39 2008 +0200 +++ b/mercurial/dirstate.py Sat Oct 18 16:30:50 2008 +0200 @@ -205,7 +205,7 @@ if not st: return - p = parsers.parse_dirstate(self._map, self._copymap, st); + p = parsers.parse_dirstate(self._map, self._copymap, st) if not self._dirtypl: self._pl = p