【问题标题】:Equivalent of 'git bisect run' for mercurial?等同于 mercurial 的“git bisect run”?
【发布时间】:2019-09-12 08:52:02
【问题描述】:

git bisect run 方便地将给定的修订范围一分为二,并在每个修订上运行一个脚本,其退出状态用于确定它是好、坏还是损坏。

hg bisect 似乎不提供这种自动能力。我需要手动将每个修订标记为好或坏。是否有扩展程序或脚本提供与 git bisect run 相当的功能?

【问题讨论】:

    标签: mercurial bisect


    【解决方案1】:

    用眼睛阅读hg help bisect。注意-c CMD 选项。使用它

    【讨论】:

      猜你喜欢
      • 2021-06-14
      • 2020-07-26
      • 1970-01-01
      • 2011-04-01
      • 2012-10-18
      • 2018-01-09
      • 2017-04-24
      • 2020-03-25
      • 2020-10-09
      相关资源
      最近更新 更多