【问题标题】:Why won't TortoiseHG post comments to Bugzilla为什么 TortoiseHG 不对 Bugzilla 发表评论
【发布时间】:2012-08-03 15:14:33
【问题描述】:

我有一个已经运行了一段时间的 Bugzilla 系统,我最近开始使用 TortoiseHG ,我想使用 Bugzilla 扩展来更新 cmets。

我已经按照 Mercurial 网站 Here 进行了设置,但它没有发布到错误中。

这是我正在使用的 Mercurial.ini 的副本

# Generated by TortoiseHg settings dialog
[tortoisehg]
ui.language = en_GB
[ui]
merge = kdiff3
[extensions]
hgext.bugzilla = 
zeroconf = 

[hooks]
# run bugzilla hook on every change pulled or pushed in here
incoming.bugzilla = python:hgext.bugzilla.hook

[bugzilla]
# REQUIRED ITEMS:
host = http://192.168.10.33/bugtracker/ # mysql server where bugzilla database lives 
password = xxxxx   # user's password
version = 2.22.2  # version of bugzilla installed

# OPTIONAL ITEMS:
bzuser = peter.francis@xxx.com    # fallback bugzilla user name to record comments with
#   db = bugs       # database to connect to
#   notify = ...    # command to run to get bugzilla to send mail
regexp = [Bb]ug (\d+)   # regexp to match bug ids (must contain one "()" group)
#   strip = 0       # number of slashes to strip for url paths
#   style = ...     # style file to use when formatting comments
#   template = ...  # template to use when formatting comments
#   timeout = 5     # database connection timeout (seconds)
#   user = bugs     # user to connect to database as
#   [web]
#   baseurl = http://hgserver/... # root of hg web site for browsing commits

有其他人做过这件事并可以提供建议吗?

【问题讨论】:

    标签: mercurial tortoisehg bugzilla issue-tracking


    【解决方案1】:

    您不应该在您正在使用的存储库的hgrc 文件中而不是在您的mercurial.ini 中配置此扩展吗?

    【讨论】:

      猜你喜欢
      • 2021-09-30
      • 1970-01-01
      • 1970-01-01
      • 2014-06-11
      • 2015-01-13
      • 1970-01-01
      • 1970-01-01
      • 2013-05-19
      • 1970-01-01
      相关资源
      最近更新 更多