Rev 3601: (Jelmer) Remove recommendation of old format when tags can't be in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Sun Aug 3 03:02:48 BST 2008


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3601
revision-id: pqm at pqm.ubuntu.com-20080803020241-7pa0v2aoubnvh68y
parent: pqm at pqm.ubuntu.com-20080801181944-pl10irs3d0p0a5ia
parent: jelmer at samba.org-20080803003646-2bss0hgb8zrjbtbk
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Sun 2008-08-03 03:02:41 +0100
message:
  (Jelmer) Remove recommendation of old format when tags can't be
  	copied.
modified:
  bzrlib/errors.py               errors.py-20050309040759-20512168c4e14fbd
    ------------------------------------------------------------
    revno: 3596.1.1
    revision-id: jelmer at samba.org-20080803003646-2bss0hgb8zrjbtbk
    parent: pqm at pqm.ubuntu.com-20080730213059-hcremsawwvcqjcj1
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: bzr.dev
    timestamp: Sun 2008-08-03 02:36:46 +0200
    message:
      Remove recommendation of old format when tags can't be copied.
    modified:
      bzrlib/errors.py               errors.py-20050309040759-20512168c4e14fbd
=== modified file 'bzrlib/errors.py'
--- a/bzrlib/errors.py	2008-07-30 04:34:59 +0000
+++ b/bzrlib/errors.py	2008-08-03 00:36:46 +0000
@@ -2446,7 +2446,7 @@
 class TagsNotSupported(BzrError):
 
     _fmt = ("Tags not supported by %(branch)s;"
-            " you may be able to use bzr upgrade --dirstate-tags.")
+            " you may be able to use bzr upgrade.")
 
     def __init__(self, branch):
         self.branch = branch




More information about the bazaar-commits mailing list