Show More
@@ -256,6 +256,10 b' class dirstate(object):' | |||
|
256 | 256 | |
|
257 | 257 | See localrepo.setparents() |
|
258 | 258 | """ |
|
259 | if self._parentwriters == 0: | |
|
260 | raise ValueError("cannot set dirstate parent without " + | |
|
261 | " calling dirstate.begingparentchange") | |
|
262 | ||
|
259 | 263 | self._dirty = self._dirtypl = True |
|
260 | 264 | oldp2 = self._pl[1] |
|
261 | 265 | self._pl = p1, p2 |
General Comments 0
You need to be logged in to leave comments.
Login now