Rev 5841: (vila) Use a proper version for the weave_format plugin (Vincent in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon May 9 09:54:27 UTC 2011


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5841 [merge]
revision-id: pqm at pqm.ubuntu.com-20110509095424-go6263smv6wzc5u1
parent: pqm at pqm.ubuntu.com-20110509081201-1nreh088nt7xh3l1
parent: v.ladeuil+lp at free.fr-20110509090138-e6zthhdbdkg9ec90
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2011-05-09 09:54:24 +0000
message:
  (vila) Use a proper version for the weave_format plugin (Vincent
   Ladeuil)
modified:
  bzrlib/plugins/weave_fmt/__init__.py __init__.py-20110111033945-rpdtstq3e5w484wd-2
=== 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