Using bzr.dev
Jelmer Vernooij
jelmer at samba.org
Wed Mar 4 18:02:39 GMT 2009
Hi Russel,
On Wed, 04 Mar 2009 06:29:58 +0000, Russel Winder wrote:
> On Tue, 2009-03-03 at 20:41 -0600, John Arbash Meinel wrote:
> (*) Isn't this name a bit inconsistent: svn-buildpackage,
> git-buildpackage, hg-buildpackage, bzr-builddeb?
bzr-builddeb provides the "bzr-buildpackage" as well as being a bzr
plugin.
>> If you have other plugins that are giving DeprecationWarnings, I'll
>> mention that things that are deprecated are subject to removal, so if
>> they aren't updated, they may just stop working (well, most likely
>> they'll start raising Errors, which causes bzr itself to not work
>> well).
>
> Having deprecation warnings is clearly good, but there is an assumption
> of consistency of installation, which, due to the Python search scheme,
> is not as true as perhaps would be good in this case.
>
> The specific warnings I am getting are:
>
> /usr/lib/python2.5/site-packages/bzrlib/plugins/builddeb/revspec.py:68:
> DeprecationWarning: Modifying SPEC_TYPES was deprecated in version 1.12.
> SPEC_TYPES.append(RevisionSpec_package)
> /usr/lib/python2.5/site-packages/bzrlib/plugins/email/__init__.py:57:
> DeprecationWarning: bzrlib.branch.BranchHooks.install_hook was
> deprecated in version 1.5.
> Branch.hooks.install_hook('post_commit', branch_commit_hook)
> No revisions to rebase.
> /usr/lib/python2.5/site-packages/bzrlib/plugins/builddeb/revspec.py:68:
> DeprecationWarning: Modifying SPEC_TYPES was deprecated in version 1.12.
> SPEC_TYPES.append(RevisionSpec_package)
> /usr/lib/python2.5/site-packages/bzrlib/plugins/email/__init__.py:57:
> DeprecationWarning: bzrlib.branch.BranchHooks.install_hook was
> deprecated in version 1.5.
> Branch.hooks.install_hook('post_commit', branch_commit_hook)
FWIW, these deprecation warnings are fixed in the trunk versions of these
plugins.
Cheers,
Jelmer
More information about the bazaar
mailing list