hgext/convert/hg.py
changeset 5521 03496d4fa509
parent 5441 71e7c86adcb7
child 5522 f5345a2d2391
--- a/hgext/convert/hg.py	Fri Nov 09 20:21:35 2007 -0200
+++ b/hgext/convert/hg.py	Fri Nov 09 20:21:35 2007 -0200
@@ -190,7 +190,7 @@
             self.repo.heads()
         except hg.RepoError:
             ui.print_exc()
-            raise NoRepo("could not open hg repo %s as source" % path)
+            raise NoRepo("%s does not look like a Mercurial repo" % path)
         self.lastrev = None
         self.lastctx = None
         self._changescache = None