tortoisehg 的审查委员会扩展
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
天哪,
mercurial-reviewboard 扩展中有一个错误,导致现有评论无法列出。
第 484 行的以下代码行需要移出“if 块”。
这将确保设置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".
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