~lifeless/bzr/5158

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-03 02:02:41 UTC
  • mfrom: (3596.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20080803020241-7pa0v2aoubnvh68y
(Jelmer) Remove recommendation of old format when tags can't be
        copied.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2446
2446
class TagsNotSupported(BzrError):
2447
2447
 
2448
2448
    _fmt = ("Tags not supported by %(branch)s;"
2449
 
            " you may be able to use bzr upgrade --dirstate-tags.")
 
2449
            " you may be able to use bzr upgrade.")
2450
2450
 
2451
2451
    def __init__(self, branch):
2452
2452
        self.branch = branch