changeset 7128:2b8a2248312a

get rid of semi-colon introduced in 16bafcebd3d1
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 18 Oct 2008 16:30:50 +0200
parents 9df67ee30ef5
children 7e6a3bae0e8e
files mercurial/dirstate.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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