At http://people.ubuntu.com/~robertc/baz2.0/plugins/cvs/trunk

------------------------------------------------------------
revno: 2
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Robert Collins <[EMAIL PROTECTED]>
branch nick: trunk
timestamp: Tue 2008-10-07 15:04:45 +1100
message:
  Offer conversion alternatives.
modified:
  __init__.py                    __init__.py-20081007035057-qd3axef9as9f77qa-1
=== modified file '__init__.py'
--- a/__init__.py       2008-10-07 03:55:38 +0000
+++ b/__init__.py       2008-10-07 04:04:45 +0000
@@ -42,7 +42,9 @@
     def open(self, transport, _found=False):
         """Open this directory."""
         raise bzrlib.errors.BzrCommandError(
-            "CVS working trees are not supported.")
+            "CVS working trees are not supported. To convert CVS projects to "
+            "bzr, please see http://bazaar-vcs.org/BzrMigration and/or "
+            "https://edge.launchpad.net/launchpad-bazaar/+faq/26.";)
 
     @classmethod
     def probe_transport(klass, transport):


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to