Submitter | phabricator |
---|---|
Date | Feb. 10, 2019, 3:38 a.m. |
Message ID | <13a8f2fb5565e24b69a1e8ec2b562113@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38625/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/subrepo.py b/mercurial/subrepo.py --- a/mercurial/subrepo.py +++ b/mercurial/subrepo.py @@ -1624,7 +1624,7 @@ self._gitcommand(command + [f]) for f in rejected: - ui.warn(_("%s already tracked!\n") % match.abs(f)) + ui.warn(_("%s already tracked!\n") % match.rel(f)) return rejected