/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

MergeĀ rename-SmartTransportĀ branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2055
2055
class TagsNotSupported(BzrError):
2056
2056
 
2057
2057
    _fmt = ("Tags not supported by %(branch)s;"
2058
 
            " you may be able to use bzr upgrade.")
 
2058
            " you may be able to use bzr upgrade --dirstate-tags.")
2059
2059
 
2060
2060
    def __init__(self, branch):
2061
2061
        self.branch = branch