mercurial/cmdutil.py
changeset 4667 c7a81e3ae80f
parent 4654 e0e73ba37983
child 4670 850950e59b52
--- a/mercurial/cmdutil.py	Thu Jun 21 11:54:13 2007 -0500
+++ b/mercurial/cmdutil.py	Thu Jun 21 11:54:16 2007 -0500
@@ -316,7 +316,7 @@
         try:
             repo = hg.repository(ui, path=path)
             ui = repo.ui
-            if not repo.local():
+            if not repo.local() and cmd not in commands.remoterepo.split():
                 raise util.Abort(_("repository '%s' is not local") % path)
         except hg.RepoError:
             if cmd not in commands.optionalrepo.split():