##// END OF EJS Templates
subrepo: add forgotten annotation for reverting git subrepos...
Mathias De Maré -
r23679:dd1e73c4 default
parent child Browse files
Show More
@@ -1655,6 +1655,7 b' class gitsubrepo(abstractsubrepo):'
1655 elif match(gitprefix): #Subrepo is matched
1655 elif match(gitprefix): #Subrepo is matched
1656 ui.write(self._gitcommand(cmd))
1656 ui.write(self._gitcommand(cmd))
1657
1657
1658 @annotatesubrepoerror
1658 def revert(self, substate, *pats, **opts):
1659 def revert(self, substate, *pats, **opts):
1659 self.ui.status(_('reverting subrepo %s\n') % substate[0])
1660 self.ui.status(_('reverting subrepo %s\n') % substate[0])
1660 if not opts.get('no_backup'):
1661 if not opts.get('no_backup'):
General Comments 0
You need to be logged in to leave comments. Login now