Show More
@@ -269,7 +269,7 class abstractsubrepo(object): | |||||
269 | """ |
|
269 | """ | |
270 | raise NotImplementedError |
|
270 | raise NotImplementedError | |
271 |
|
271 | |||
272 |
def merge(self, state |
|
272 | def merge(self, state): | |
273 | """merge currently-saved state with the new state.""" |
|
273 | """merge currently-saved state with the new state.""" | |
274 | raise NotImplementedError |
|
274 | raise NotImplementedError | |
275 |
|
275 |
General Comments 0
You need to be logged in to leave comments.
Login now