how to use --fixes with bugzilla?
Martin Pool
mbp at sourcefrog.net
Thu Jun 19 01:17:56 BST 2008
I know someone added --fixes support for Bugzilla a while ago, but I
couldn't find any documentation on how to make it actually feed in to
Bugzilla. Can anyone help?
---------- Forwarded message ----------
From: Deepinthekernel <question36410 at answers.launchpad.net>
Date: Jun 18, 2008 8:11 PM
Subject: Re: [Question #36410]: Bugzilla Support
To: mbp at sourcefrog.net
Question #36410 on Bazaar changed:
https://answers.launchpad.net/bzr/+question/36410
Status: Answered => Open
Deepinthekernel is still having a problem:
I have spent a day trying to make this work. I have manages to configure
the client to accept the --fixes option. But what then?
No request is made to the supplied URL, whichever bug-tracker paradigm
is used. Is this the expected behaviour?
Can these fixes entries be accessed in the hooks? Its not clear to me
how or how you get information about the structure of the objects passed
into the hooks.
For example doing a dir() on the push_result object reveals:
['__class__', '__delattr__', '__dict__', '__doc__', '__getattribute__',
'__hash__', '__init__', '__int__', '__module__', '__new__',
'__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__str__',
'__weakref__', '_show_tag_conficts', 'local_branch', 'master_branch',
'new_revid', 'new_revno', 'old_revid', 'old_revno', 'report',
'source_branch', 'tag_conflicts', 'target_branch']
and __getattribute__ could be the gateway into another world but its not
at all clear how to access these.
--
You received this question notification because you are an answer
contact for Bazaar.
--
Martin <http://launchpad.net/~mbp/>
More information about the bazaar
mailing list