Show More
@@ -289,8 +289,8 b' class dirstate(object):' | |||
|
289 | 289 | See localrepo.setparents() |
|
290 | 290 | """ |
|
291 | 291 | if self._parentwriters == 0: |
|
292 |
raise ValueError("cannot set dirstate parent |
|
|
293 |
" |
|
|
292 | raise ValueError("cannot set dirstate parent outside of " | |
|
293 | "dirstate.parentchange context manager") | |
|
294 | 294 | |
|
295 | 295 | self._dirty = True |
|
296 | 296 | oldp2 = self._pl[1] |
General Comments 0
You need to be logged in to leave comments.
Login now