author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
Sat, 18 Oct 2008 16:30:50 +0200 | |
changeset 7128 | 2b8a2248312a |
parent 7127 | 9df67ee30ef5 |
child 7129 | 7e6a3bae0e8e |
--- 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