mercurial/subrepo.py
changeset 41648 d8cdd5320f75
parent 41631 3d9d5e612e67
child 41650 f8b18583049f
equal deleted inserted replaced
41647:ec37db02fc72 41648:d8cdd5320f75
  1622                 continue
  1622                 continue
  1623             if not opts.get(r'dry_run'):
  1623             if not opts.get(r'dry_run'):
  1624                 self._gitcommand(command + [f])
  1624                 self._gitcommand(command + [f])
  1625 
  1625 
  1626         for f in rejected:
  1626         for f in rejected:
  1627             ui.warn(_("%s already tracked!\n") % match.abs(f))
  1627             ui.warn(_("%s already tracked!\n") % match.rel(f))
  1628 
  1628 
  1629         return rejected
  1629         return rejected
  1630 
  1630 
  1631     @annotatesubrepoerror
  1631     @annotatesubrepoerror
  1632     def remove(self):
  1632     def remove(self):