Rev 2: Offer conversion alternatives. in http://people.ubuntu.com/~robertc/baz2.0/plugins/cvs/trunk

Robert Collins robertc at robertcollins.net
Tue Oct 7 05:04:46 BST 2008


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

------------------------------------------------------------
revno: 2
revision-id: robertc at robertcollins.net-20081007040445-blyzq5g5t4ph4ps1
parent: robertc at robertcollins.net-20081007035538-19cif78l37djumvd
committer: Robert Collins <robertc at robertcollins.net>
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):




More information about the bazaar-commits mailing list