Show More
@@ -48,6 +48,7 b' from mercurial import (' | |||||
48 | revsetlang, |
|
48 | revsetlang, | |
49 | scmutil, |
|
49 | scmutil, | |
50 | smartset, |
|
50 | smartset, | |
|
51 | state as statemod, | |||
51 | util, |
|
52 | util, | |
52 | ) |
|
53 | ) | |
53 |
|
54 | |||
@@ -184,6 +185,7 b' class rebaseruntime(object):' | |||||
184 | self.obsoletenotrebased = {} |
|
185 | self.obsoletenotrebased = {} | |
185 | self.obsoletewithoutsuccessorindestination = set() |
|
186 | self.obsoletewithoutsuccessorindestination = set() | |
186 | self.inmemory = inmemory |
|
187 | self.inmemory = inmemory | |
|
188 | self.stateobj = statemod.cmdstate(repo, 'rebasestate') | |||
187 |
|
189 | |||
188 | @property |
|
190 | @property | |
189 | def repo(self): |
|
191 | def repo(self): |
General Comments 0
You need to be logged in to leave comments.
Login now