Finding merge candidates in TFS
问题 I have two branches for my code. Lets say B1 and B2 . Code changes happen on both the branches parallely and we do a periodic merges (not everything, only necessary things) from B1 to B2 . However, this merge is done manually (for whatever reason) by copy pasting the code from one branch to another. Now, I want to make sure that all the necessary things are merged from B1 to B2 . Note that the files in B2 branch may contain additional changes other than coming from B1 . I tried using tfs