845 True, dryrun=dryrun, interactive=interactive) |
845 True, dryrun=dryrun, interactive=interactive) |
846 |
846 |
847 @annotatesubrepoerror |
847 @annotatesubrepoerror |
848 def removefiles(self, matcher, prefix, after, force, subrepos, |
848 def removefiles(self, matcher, prefix, after, force, subrepos, |
849 dryrun, warnings): |
849 dryrun, warnings): |
850 return cmdutil.remove(self.ui, self._repo, matcher, |
850 return cmdutil.remove(self.ui, self._repo, matcher, prefix, |
851 self.wvfs.reljoin(prefix, self._path), |
|
852 after, force, subrepos, dryrun) |
851 after, force, subrepos, dryrun) |
853 |
852 |
854 @annotatesubrepoerror |
853 @annotatesubrepoerror |
855 def revert(self, substate, *pats, **opts): |
854 def revert(self, substate, *pats, **opts): |
856 # reverting a subrepo is a 2 step process: |
855 # reverting a subrepo is a 2 step process: |