comparison help/a-21.html @ 496:fb95d70c80d5

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