Mercurial > hg > easyhg
comparison help/topics/21.txt @ 496:fb95d70c80d5
More help
author | Chris Cannam |
---|---|
date | Fri, 19 Aug 2011 16:30:43 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
495:e6141a238811 | 496:fb95d70c80d5 |
---|---|
1 {Making changes} | |
2 | |
3 I have changed some files and I want to record the changes | |
4 | |
5 Click the Commit button in the toolbar on the left to commit all of | |
6 the changes you have made to tracked files in your working folder. | |
7 That is, all files listed as *"Modified"*, *"Removed"*, or *"Added"* | |
8 under "My Work". | |
9 | |
10 (If the files you have changed are still listed as *"Untracked"*, then | |
11 you must add them before you can commit. See [[20|I've added a new file...]]. | |
12 | |
13 When you commit your changes, you will be asked for a commit message | |
14 which will accompany that change set in the history. Enter something | |
15 that will help you remember -- and other readers understand -- what | |
16 you have changed and why. | |
17 | |
18 If you want to commit only some files, right-click on them in the list | |
19 and choose Commit from the context menu. | |
20 | |
21 * Note: the equivalent Mercurial command for this is *hg commit* | |
22 |