Show More
@@ -313,7 +313,6 b' class dirstate(object):' | |||||
313 | _decdirs(self._dirs, f) |
|
313 | _decdirs(self._dirs, f) | |
314 |
|
314 | |||
315 | def _addpath(self, f, state, mode, size, mtime): |
|
315 | def _addpath(self, f, state, mode, size, mtime): | |
316 | assert state not in "?r" |
|
|||
317 | oldstate = self[f] |
|
316 | oldstate = self[f] | |
318 | if state == 'a' or oldstate == 'r': |
|
317 | if state == 'a' or oldstate == 'r': | |
319 | scmutil.checkfilename(f) |
|
318 | scmutil.checkfilename(f) |
General Comments 0
You need to be logged in to leave comments.
Login now