Chris@496: <link rel="stylesheet" type="text/css" href="help.css"/>
Chris@496: 
Chris@496: 
Chris@496: <h2>I have changed some files and I want to record the changes</h2>
Chris@496: 
Chris@496: <p>Click the Commit button in the toolbar on the left to commit all of
Chris@496: the changes you have made to tracked files in your working folder.
Chris@496: That is, all files listed as <b>&ldquo;Modified&rdquo;</b>, <b>&ldquo;Removed&rdquo;</b>, or <b>&ldquo;Added&rdquo;</b>
Chris@496: under &ldquo;My Work&rdquo;.</p>
Chris@496: 
Chris@496: <p>(If the files you have changed are still listed as <b>&ldquo;Untracked&rdquo;</b>, then
Chris@496: you must add them before you can commit.  See <a href="a-20.html">I've added a new file...</a>.</p>
Chris@496: 
Chris@496: <p>When you commit your changes, you will be asked for a commit message
Chris@496: which will accompany that change set in the history.  Enter something
Chris@496: that will help you remember &ndash; and other readers understand &ndash; what
Chris@496: you have changed and why.</p>
Chris@496: 
Chris@496: <p>If you want to commit only some files, right-click on them in the list
Chris@496: and choose Commit from the context menu.
Chris@496: <ul><li>Note: the equivalent Mercurial command for this is <b>hg commit</b></li></ul></p>
Chris@496: