##// END OF EJS Templates
relink: mark abort message for translation
Martin Geisler -
r13658:6cc30609 stable
parent child Browse files
Show More
@@ -42,7 +42,7 b' def relink(ui, repo, origin=None, **opts'
42 hg.remoteui(repo, opts),
42 hg.remoteui(repo, opts),
43 ui.expandpath(origin or 'default-relink', origin or 'default'))
43 ui.expandpath(origin or 'default-relink', origin or 'default'))
44 if not src.local():
44 if not src.local():
45 raise util.Abort('must specify local origin repository')
45 raise util.Abort(_('must specify local origin repository'))
46 ui.status(_('relinking %s to %s\n') % (src.store.path, repo.store.path))
46 ui.status(_('relinking %s to %s\n') % (src.store.path, repo.store.path))
47 if repo.root == src.root:
47 if repo.root == src.root:
48 ui.status(_('there is nothing to relink\n'))
48 ui.status(_('there is nothing to relink\n'))
General Comments 0
You need to be logged in to leave comments. Login now