Mercurial > hg > easyhg
comparison help/a-33.html @ 531:f56e5c39aad1
Start work on merge topic
author | Chris Cannam |
---|---|
date | Wed, 23 Nov 2011 17:03:43 +0000 |
parents | 2d59eda59895 |
children |
comparison
equal
deleted
inserted
replaced
530:2262f753b19e | 531:f56e5c39aad1 |
---|---|
28 | 28 |
29 <p><b>1. Click Pull on the main toolbar at the top of the EasyMercurial window.</b> | 29 <p><b>1. Click Pull on the main toolbar at the top of the EasyMercurial window.</b> |
30 <ul><li>You should see that some changes are pulled and added to your local repository. This will usually lead to a forked graph in the History pane, as your changes and the other user's were both started from the same parent at the same time.</li></ul></p> | 30 <ul><li>You should see that some changes are pulled and added to your local repository. This will usually lead to a forked graph in the History pane, as your changes and the other user's were both started from the same parent at the same time.</li></ul></p> |
31 | 31 |
32 <p><b>2. Click Merge in the toolbar on the left.</b> | 32 <p><b>2. Click Merge in the toolbar on the left.</b> |
33 <ul><li>Any changes that affect different files, or that affect different parts of the same file, will be merged automatically. For changes that affect the same parts of the same file, you will be asked to choose which change to include in the merged copy.</li></ul></p> | 33 <ul><li>Any changes that affect different files, or that affect different parts of the same file, will be merged automatically. For changes that affect the same parts of the same file, you will be asked to choose which change to include in the merged copy. See <a href="a-34.html">How do I merge my changes...</a> for more about this.</li></ul></p> |
34 | 34 |
35 <p><b>3. Review or test the resulting merged version in your local working folder.</b></p> | 35 <p><b>3. Review or test the resulting merged version in your local working folder.</b></p> |
36 | 36 |
37 <p><b>4. Commit the merged version.</b></p> | 37 <p><b>4. Commit the merged version.</b></p> |
38 | 38 |