changeset 12770 | 614f0d8724ab |
parent 12753 | ef5eaf53f4f7 |
child 12798 | 3d6ba8c2b1b8 |
--- a/mercurial/subrepo.py Wed Oct 20 10:07:38 2010 +0200 +++ b/mercurial/subrepo.py Wed Oct 20 10:13:04 2010 +0200 @@ -192,7 +192,7 @@ if repo.ui.config('paths', 'default'): return repo.ui.config('paths', 'default') if abort: - raise util.Abort(_("default path for subrepository %s not found") % + raise util.Abort(_("default path for subrepository %s not found") % reporelpath(repo)) def itersubrepos(ctx1, ctx2):