[MERGE] Better tag/tags error message (#97674)
John Arbash Meinel
john at arbash-meinel.com
Thu Mar 29 14:08:03 BST 2007
Ian Clatworthy wrote:
> This patch gives better directions on what to do to get tags working. As
> quite a few potential adopters are looking forward to tags support, we
> need to make this as clear as possible.
>
> Ian C.
>
>
> ------------------------------------------------------------------------
>
> # Bazaar revision bundle v0.9
> #
> # message:
> # Better tag/tags error message (#97674)
> # committer: Ian Clatworthy <ian.clatworthy at internode.on.net>
> # date: Thu 2007-03-29 12:28:31.267999887 +1000
>
> === modified file bzrlib/errors.py
> --- bzrlib/errors.py
> +++ bzrlib/errors.py
> @@ -1961,7 +1961,7 @@
> class TagsNotSupported(BzrError):
>
> _fmt = ("Tags not supported by %(branch)s;"
> - " you may be able to use bzr upgrade.")
> + " you may be able to use bzr upgrade --dirstate-tags.")
>
> def __init__(self, branch):
> self.branch = branch
I would have rather seen "bzr help upgrade" in case the flag changes....
But I'm okay with this.
+1.
John
=:->
More information about the bazaar
mailing list