我正在写一个bugzilla扩展,当使用bug_end_of_create()钩子提交错误时,它会为错误添加注释。不管我在“谁”参数中传递了什么,评论总是看起来是由提交bug的用户创建的。在创建评论时如何设置用户?
use Bugzilla::User;
our $VERSION = '0.01';
sub install_update_db {
my ($self, $args) = @_;
}
sub bug_end_of_create {
my ($self, $args) = @_;
my $bug = $args->{'b
我试着用我现有的Bugzilla设置来完成这个变化无常的工作。然而,这是行不通的。本地hgrc附后,以供参考。
我的问题是,在提交"hg提交“之后,如何跟踪bugzilla是否被调用/执行?
每次我执行提交时,都会出现以下错误,并且我怀疑bugzilla没有执行。
[root test01]# hg -v com -m "BZ 686" file
could not import hgext.hgext.bugzilla (No module named hgext.bugzilla): trying hgext.bugzilla
file
committ