Show More
@@ -311,7 +311,7 class mergestate(object): | |||
|
311 | 311 | @util.propertycache |
|
312 | 312 | def otherctx(self): |
|
313 | 313 | if self._other is None: |
|
314 |
raise RuntimeError(" |
|
|
314 | raise RuntimeError("otherctx accessed but self._other isn't set") | |
|
315 | 315 | return self._repo[self._other] |
|
316 | 316 | |
|
317 | 317 | def active(self): |
General Comments 0
You need to be logged in to leave comments.
Login now