Show More
@@ -1655,6 +1655,7 b' class gitsubrepo(abstractsubrepo):' | |||
|
1655 | 1655 | elif match(gitprefix): #Subrepo is matched |
|
1656 | 1656 | ui.write(self._gitcommand(cmd)) |
|
1657 | 1657 | |
|
1658 | @annotatesubrepoerror | |
|
1658 | 1659 | def revert(self, substate, *pats, **opts): |
|
1659 | 1660 | self.ui.status(_('reverting subrepo %s\n') % substate[0]) |
|
1660 | 1661 | if not opts.get('no_backup'): |
General Comments 0
You need to be logged in to leave comments.
Login now