mercurial/dirstate.py
changeset 7128 2b8a2248312a
parent 7119 50f4e866d693
child 7280 810ca383da9c
--- 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