How do I find the merge that moved my changeset to another branch?

后端 未结 1 324

I made a change a few months ago in a file in the default branch. Today we discovered that change somehow got merged into another branch. When I run hg log ag

1条回答
  •  抹茶落季
    2021-01-14 10:28

    If the changeset in question lives on a named branch, you can use hg log -r 'descendants() and branch(default)', and the first changeset shown should be the merge.

    0 讨论(0)
提交回复
热议问题