TFS merge changeset into file with pending change

前端 未结 4 1622
死守一世寂寞
死守一世寂寞 2020-12-29 05:04

I have a feeling this is a very stupid question, but I can\'t find the answer anywhere.

So we have a Dev branch and a QA branch. I merge a bunch of contiguous change

4条回答
  •  长发绾君心
    2020-12-29 06:01

    TFS doesn't allow you to merge multiple non-contiguous changesets if the same file is changed in both of them. Your best option is to checkin the first set of changes, then do the merge.

提交回复
热议问题