equal
deleted
inserted
replaced
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): |