mercurial/subrepo.py
changeset 41626 2c549abc6b85
parent 41603 ea5ebb8f72bd
child 41627 f92844cb942c
equal deleted inserted replaced
41625:93620a4ba88d 41626:2c549abc6b85
   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: