Show More
@@ -585,7 +585,7 b' class abstractsubrepo(object):' | |||||
585 | return 1 |
|
585 | return 1 | |
586 |
|
586 | |||
587 | def revert(self, substate, *pats, **opts): |
|
587 | def revert(self, substate, *pats, **opts): | |
588 | self.ui.warn('%s: reverting %s subrepos is unsupported\n' \ |
|
588 | self.ui.warn(_('%s: reverting %s subrepos is unsupported\n') \ | |
589 | % (substate[0], substate[2])) |
|
589 | % (substate[0], substate[2])) | |
590 | return [] |
|
590 | return [] | |
591 |
|
591 |
General Comments 0
You need to be logged in to leave comments.
Login now