diff hgext/convert/convcmd.py @ 6976:b072266a83d1

convert: document source and sink identifiers, fix error message
author Patrick Mezard <pmezard@gmail.com>
date Tue, 02 Sep 2008 22:21:19 +0200
parents 12472a240398
children 209ef5f3534c
line wrap: on
line diff
--- a/hgext/convert/convcmd.py	Sat Aug 02 19:34:50 2008 +0400
+++ b/hgext/convert/convcmd.py	Tue Sep 02 22:21:19 2008 +0200
@@ -53,7 +53,7 @@
     if not ui.quiet:
         for inst in exceptions:
             ui.write("%s\n" % inst)
-    raise util.Abort(_('%s: unknown repository type') % path)
+    raise util.Abort(_('%s: missing or unsupported repository') % path)
 
 def convertsink(ui, path, type):
     for name, sink in sink_converters: