Rev 409: Update the import error failure in http://bzr.arbash-meinel.com/branches/bzr/bzr-builddeb/changelog-hook
John Arbash Meinel
john at arbash-meinel.com
Fri Jan 29 14:09:12 GMT 2010
At http://bzr.arbash-meinel.com/branches/bzr/bzr-builddeb/changelog-hook
------------------------------------------------------------
revno: 409
revision-id: john at arbash-meinel.com-20100129140848-neyy657z8w56vtzw
parent: v.ladeuil+lp at free.fr-20100129135930-ub2rol0ur0t2762s
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: changelog-hook
timestamp: Fri 2010-01-29 08:08:48 -0600
message:
Update the import error failure
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py 2010-01-29 13:59:30 +0000
+++ b/__init__.py 2010-01-29 14:08:48 +0000
@@ -116,7 +116,7 @@
if getattr(merge, 'ConfigurableFileMerger', None) is None:
raise ImportError(
- 'need at least bzr 2.1.0rc2 (you use %r)', bzrlib.version_info)
+ 'bzr-builddeb needs at least bzr 2.1.0rc2 (currently %r)' % (bzrlib.__version__,))
else:
def changelog_merge_hook_factory(merger):
from bzrlib.plugins.builddeb import merge_changelog
More information about the bazaar-commits
mailing list