~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-12 06:34:53 UTC
  • mfrom: (2382.4.1 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20070412063453-ogf089v98ktaopbk
Better tag upgrade message

Show diffs side-by-side

added added

removed removed

Lines of Context:
2034
2034
class TagsNotSupported(BzrError):
2035
2035
 
2036
2036
    _fmt = ("Tags not supported by %(branch)s;"
2037
 
            " you may be able to use bzr upgrade.")
 
2037
            " you may be able to use bzr upgrade --dirstate-tags.")
2038
2038
 
2039
2039
    def __init__(self, branch):
2040
2040
        self.branch = branch