##// END OF EJS Templates
dirstate: drop assert
Matt Mackall -
r17197:67b8cca2 default
parent child Browse files
Show More
@@ -313,7 +313,6 b' class dirstate(object):'
313 313 _decdirs(self._dirs, f)
314 314
315 315 def _addpath(self, f, state, mode, size, mtime):
316 assert state not in "?r"
317 316 oldstate = self[f]
318 317 if state == 'a' or oldstate == 'r':
319 318 scmutil.checkfilename(f)
General Comments 0
You need to be logged in to leave comments. Login now