Mercurial Bugzilla Extension Configuration
Ali Ustek
aliustek at gmail.com
Fri Apr 5 16:38:09 UTC 2013
Hi All,
I am trying to setup mercurial to post comments to bugzilla. Following
is my repo/.hg/hgrc file
###################################################################
[usermap]
bug-admin at domain.com=bug-admin at domain.com
[extensions]
bugzilla =
[hooks]
# run bugzilla hook on every change pulled or pushed in here
incoming.bugzilla = python:hgext.bugzilla.hook
[bugzilla]
bzurl=http://88.88.88.144/bugzilla
user=bug-admin at domain.com
password=Bugs123
version=xmlrpc
regexp=Bug (?P<ids>\d+?)
template=Changeset {node|short} in
{root|basename}.\n\t{hgweb}/{webroot}/rev/{node|short}\n\t{desc}\n
strip=5
[web]
push_ssl = False
allow_push = *
baseurl=http://88.88.88.144/hg
[trusted]
users = root
groups = www
###################################################################
When I try do a push I get
###################################################################
E:\Workspace\Mer_Test>hg -v push
pushing to http://88.88.88.144/hg
searching for changes
1 changesets found
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
remote: error: incoming.bugzilla hook failed: Bugzilla error: [Errno
111] Connection refused
###################################################################
Any Ideas/pointers?
Thanks
More information about the Mercurial
mailing list