hgext/relink.py
changeset 17191 5884812686f7
parent 16743 38caf405d010
child 18825 f0564402d059
--- a/hgext/relink.py	Fri Jul 06 14:12:42 2012 -0500
+++ b/hgext/relink.py	Fri Jul 13 21:46:53 2012 +0200
@@ -43,8 +43,6 @@
         raise util.Abort(_('hardlinks are not supported on this system'))
     src = hg.repository(ui, ui.expandpath(origin or 'default-relink',
                                           origin or 'default'))
-    if not src.local():
-        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'))