##// END OF EJS Templates
subrepo: make a message translatable...
FUJIWARA Katsunori -
r29243:28dc0030 default
parent child Browse files
Show More
@@ -585,7 +585,7 b' class abstractsubrepo(object):'
585 585 return 1
586 586
587 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 589 % (substate[0], substate[2]))
590 590 return []
591 591
General Comments 0
You need to be logged in to leave comments. Login now