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