如何查看tortoiseHg中补丁推送的时间?
我们现在使用的是 TortoiseHg 2.1.4。
我们的工作流程看起来类似这样:
- dev1 在基线中创建更改,通过 tortoiseHg 导出补丁
- dev1 将补丁提供给 dev2 进行审查(
- 如果审查正常),补丁到达合并人员 dev3,然后由后者向后移植
问题: tortoiseHg 中显示的时间是dev1 创建/提交本地补丁的时间,但我们想在 tortoiseHg 中查看 dev3 将补丁推送到基线的时间。
如果有办法通过命令行获取信息,那也可以,但将信息添加到 TortoiseHg 会更好。有什么想法吗?
编辑
这是 在 Mercurial 中,如何查看过去 24 小时内推送到存储库的修订? 的重复项,我误解了第一次在那里提问。那里的答案(仅限服务器端插件)有点糟糕,但无论如何。
We're using TortoiseHg 2.1.4 right now.
Our workflow looks something similar like this:
- dev1 creates change in baseline, exports patch via tortoiseHg
- dev1 gives patch to dev2 for review
- if review is ok, patch gets to a merge guy dev3, who then backports it
Problem: the time shown in tortoiseHg is the time of local patch creation/commit by dev1, but we want to see, in tortoiseHg, when the patch was pushed to baseline by dev3.
If there is a way to get the info via command line, that would work too, but adding the info to TortoiseHg would be better. Any ideas?
Edit
This is a duplicate of In Mercurial, how can I see revisions pushed to a repo in the last 24 hours?, I misinterpreted the question there the first time. The answer there (serverside plugin only) sucks a bit, but anyway.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 在 Mercurial 中,我如何查看过去 24 小时内推送到存储库的修订? 的双重内容,误解了第一次在那里提问。可以关闭。
This is a double of In Mercurial, how can I see revisions pushed to a repo in the last 24 hours?, misinterpreted the question there the first time. Can be closed.