简体   繁体   中英

Tfs tries to merge wrong changeset

I have 2 changesets in the same file as below.

在此处输入图片说明 在此处输入图片说明

When I select the last changeset only which is 41183 and try to merge between branches, conflict occurs. However, it fetches changeset 41182 instead of 41183. The result should be 2 instead of 1. Why does TFS merge gets the previous changeset?

Enviroment: Visual Studio 2017, Tfs 2017/

在此处输入图片说明

似乎tfs的默认合并工具是错误的。当我使用不同的合并/比较工具(KDiff3)测试相同的情况时,会产生真实的输出。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM