Skip to content
Snippets Groups Projects
Commit 6cc306093b99 authored by Martin Geisler's avatar Martin Geisler
Browse files

relink: mark abort message for translation

parent b69102740e57
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
hg.remoteui(repo, opts),
ui.expandpath(origin or 'default-relink', origin or 'default'))
if not src.local():
raise util.Abort('must specify local origin repository')
raise util.Abort(_('must specify local origin repository'))
ui.status(_('relinking %s to %s\n') % (src.store.path, repo.store.path))
if repo.root == src.root:
ui.status(_('there is nothing to relink\n'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment