Show More
@@ -205,7 +205,7 b' class dirstate(object):' | |||||
205 | if not st: |
|
205 | if not st: | |
206 | return |
|
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 | if not self._dirtypl: |
|
209 | if not self._dirtypl: | |
210 | self._pl = p |
|
210 | self._pl = p | |
211 |
|
211 |
General Comments 0
You need to be logged in to leave comments.
Login now