Mercurial > hg > easyhg
annotate help/a-34.html @ 531:f56e5c39aad1
Start work on merge topic
author | Chris Cannam |
---|---|
date | Wed, 23 Nov 2011 17:03:43 +0000 |
parents | |
children | 06507a59f2b8 |
rev | line source |
---|---|
Chris@531 | 1 <link rel="stylesheet" type="text/css" href="help.css"/> |
Chris@531 | 2 |
Chris@531 | 3 |
Chris@531 | 4 <h2>How do I use this Merge window?</h2> |
Chris@531 | 5 |
Chris@531 | 6 <p>If you are working with other people on a project, it is likely that |
Chris@531 | 7 at some point you'll find that more than one of you have edited the |
Chris@531 | 8 same lines in the same file, in different ways.</p> |
Chris@531 | 9 |
Chris@531 | 10 <p>When that happens and you try to merge the two versions, EasyMercurial |
Chris@531 | 11 will pop up a merge window that looks a bit like this.</p> |
Chris@531 | 12 |
Chris@531 | 13 <p><center><img src="images/merge50.png"></center></p> |
Chris@531 | 14 |
Chris@531 | 15 <p>(This is actually a separate program, a merge tool called kdiff3.)</p> |
Chris@531 | 16 |