Rev 5841: Use a proper version for the weave_format plugin in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Mon May 9 09:01:38 UTC 2011
At http://bazaar.launchpad.net/~vila/bzr/integration/
------------------------------------------------------------
revno: 5841
revision-id: v.ladeuil+lp at free.fr-20110509090138-e6zthhdbdkg9ec90
parent: pqm at pqm.ubuntu.com-20110509081201-1nreh088nt7xh3l1
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Mon 2011-05-09 11:01:38 +0200
message:
Use a proper version for the weave_format plugin
-------------- next part --------------
=== modified file 'bzrlib/plugins/weave_fmt/__init__.py'
--- a/bzrlib/plugins/weave_fmt/__init__.py 2011-05-04 22:23:20 +0000
+++ b/bzrlib/plugins/weave_fmt/__init__.py 2011-05-09 09:01:38 +0000
@@ -19,6 +19,9 @@
These were formats present in pre-1.0 version of Bazaar.
"""
+# Since we are a built-in plugin we share the bzrlib version
+from bzrlib import version_info
+
from bzrlib import (
branch as _mod_branch,
controldir,
More information about the bazaar-commits
mailing list