tortoisehg 的审查委员会扩展

发布于 2024-10-26 17:43:11 字数 161 浏览 0 评论 0原文

我正在使用 tortoisehg 的评论板扩展并在某些服务器上安装了评论板。一切都很好,但我有一个问题:我无法使用扩展更新现有评论,因为它们未加载到列表中,而且我无法选择任何“评论 ID”。我可以使用命令行(hg postreview -p -e numberOfReview)更新评论,但是扩展有什么问题?

i'm using reviewboard extension for tortoisehg and installed reviewboard on some server. Everything is good but i have one problem: i can't update existing reviews with extension because they are not loaded in the list and i can't choose any "Review ID". I can update reviews with command line (hg postreview -p -e numberOfReview) but what's the problem with extension?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半岛未凉 2024-11-02 17:43:11

天哪,

mercurial-reviewboard 扩展中有一个错误,导致现有评论无法列出。

第 484 行的以下代码行需要移出“if 块”。

httpclient.set_credentials(username, password)

这将确保设置http客户端用户名以便由pending_user_requests使用。

更多信息可以在这里找到 - http://bit.ly/f5dJTP

干杯,
米奇

Gday,

There is a bug in the mercurial-reviewboard extension that is preventing existing reviews from being listed.

The following line of code on line 484 needs to be moved out of the "if block".

httpclient.set_credentials(username, password)

This will make sure that the http clients username is set in order to be used by pending_user_requests.

More information can be found here - http://bit.ly/f5dJTP

Cheers,
Mikey

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文