##// END OF EJS Templates
get rid of semi-colon introduced in 16bafcebd3d1
Dirkjan Ochtman -
r7128:2b8a2248 default
parent child Browse files
Show More
@@ -205,7 +205,7 b' class dirstate(object):'
205 205 if not st:
206 206 return
207 207
208 p = parsers.parse_dirstate(self._map, self._copymap, st);
208 p = parsers.parse_dirstate(self._map, self._copymap, st)
209 209 if not self._dirtypl:
210 210 self._pl = p
211 211
General Comments 0
You need to be logged in to leave comments. Login now