merge - TortoiseHG Workbench's Tool Resolve adding diff text to file -


i have strange issue can't seem pin down. whenever use tool resolve, first time click 'tool resolve', diffs added file. here's ended being in file after merge conflict fix:

tool resolve:

function datavalid(data) {   return "requests" in data && "suggestion" in data; <<<<<<< dest } ======= }>>>>>>> source 

original:

function datavalid(data) {   return "requests" in data && "suggestion" in data; }  function shifttypetotitle(shifttype) {   // removed logic } 

my commit remove shifttypetotitle.

if tool resolve not able automatically resolve conflict, 3-way diff window opens. can see diff text in there. if close out of window without saving , click "tool resolve" again, diff text gone time!

if tool resolve able automatically resolve conflict, have no opportunity cancel without saving , retry can above, in case, diff text committed file.

this driving me absolutely insane; have suggestions of have can go finding out why happens , how fix it?


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -