##// END OF EJS Templates
subrepo: use relative path for "already tracked" message...
Martin von Zweigbergk -
r41797:d8cdd532 default
parent child Browse files
Show More
@@ -1624,7 +1624,7 b' class gitsubrepo(abstractsubrepo):'
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
General Comments 0
You need to be logged in to leave comments. Login now