hgext/convert/cvs.py
changeset 8598 5edb2a8e29ea
parent 8339 f55869abb5c3
child 9031 3b76321aa0de
child 9095 89fd11257d75
--- a/hgext/convert/cvs.py	Sun May 24 16:27:50 2009 +0200
+++ b/hgext/convert/cvs.py	Sun May 24 16:27:56 2009 +0200
@@ -25,6 +25,9 @@
         self.cmd = ui.config('convert', 'cvsps', 'builtin')
         cvspsexe = self.cmd.split(None, 1)[0]
         self.builtin = cvspsexe == 'builtin'
+        if not self.builtin:
+            ui.warn(_('warning: support for external cvsps is deprecated and '
+                      'will be removed in Mercurial 1.4\n'))
 
         if not self.builtin:
             checktool(cvspsexe)