[MERGE REVIEW] --remember
Olaf Conradi
olaf at conradi.org
Wed Mar 29 22:10:12 BST 2006
On 29/03/06, Olaf Conradi <olaf at conradi.org> wrote:
> How about replacing it with:
>
> class AmbiguousBase(BzrError):
> def __init__(self, bases):
> warn("BzrError AmbiguousBase has been deprecated as of bzrlib 0.8.",
> DeprecationWarning)
> msg = "The correct base is unclear, becase %s are all equally close" %\
> ", ".join(bases)
> BzrError.__init__(self, msg)
> self.bases = bases
Committed this with a NEWS entry marking it deprecated.
http://deschacht.student.utwente.nl/bzr/bazaar-vcs/bzr.olaf.remember/
Cheers
-Olaf
More information about the bazaar
mailing list