comparison help/a-21.html @ 525:721a8e30822b

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