Rev 1495: Intensivy error message since people seem to ignore the current one. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Wed Jul 23 02:53:35 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1495
revision-id: jelmer at samba.org-20080723015335-fw91uo2z1zpphu18
parent: jelmer at samba.org-20080723015110-0upfjyfalmkjxz35
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Wed 2008-07-23 03:53:35 +0200
message:
  Intensivy error message since people seem to ignore the current one.
modified:
  mapping.py                     mapping.py-20080128201303-6cp01phc0dmc0kiv-1
=== modified file 'mapping.py'
--- a/mapping.py	2008-07-07 14:55:25 +0000
+++ b/mapping.py	2008-07-23 01:53:35 +0000
@@ -255,7 +255,7 @@
     def __init__(self):
         if (version_info[3] == 'exp' or self.experimental) and not BzrSvnMapping._warned_experimental:
             from bzrlib.trace import warning
-            warning("using experimental bzr-svn mappings; output may change between revisions")
+            warning("using experimental bzr-svn mappings; may break existing branches in the most horrible ways")
             BzrSvnMapping._warned_experimental = True
 
     @classmethod




More information about the bazaar-commits mailing list