# HG changeset patch
# User Martin Geisler <mg@lazybytes.net>
# Date 1300286085 -3600
#      Wed Mar 16 15:34:45 2011 +0100
# Branch stable
# Node ID 6cc306093b996d88e023d7c9424cb657148aa0b6
# Parent  b69102740e570034600554ebcbefe878b5adf230
relink: mark abort message for translation

diff --git a/hgext/relink.py b/hgext/relink.py
--- a/hgext/relink.py
+++ b/hgext/relink.py
@@ -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'))