Mercurial > hg > easyhg
diff help/a-21.html @ 496:fb95d70c80d5
More help
author | Chris Cannam |
---|---|
date | Fri, 19 Aug 2011 16:30:43 +0100 |
parents | |
children | 21aa41b62c3a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/help/a-21.html Fri Aug 19 16:30:43 2011 +0100 @@ -0,0 +1,24 @@ +<link rel="stylesheet" type="text/css" href="help.css"/> +<p><a href="topics.html">Back to Topics</a></p><hr> + + +<h2>I have changed some files and I want to record the changes</h2> + +<p>Click the Commit button in the toolbar on the left to commit all of +the changes you have made to tracked files in your working folder. +That is, all files listed as <b>“Modified”</b>, <b>“Removed”</b>, or <b>“Added”</b> +under “My Work”.</p> + +<p>(If the files you have changed are still listed as <b>“Untracked”</b>, then +you must add them before you can commit. See <a href="a-20.html">I've added a new file...</a>.</p> + +<p>When you commit your changes, you will be asked for a commit message +which will accompany that change set in the history. Enter something +that will help you remember – and other readers understand – what +you have changed and why.</p> + +<p>If you want to commit only some files, right-click on them in the list +and choose Commit from the context menu. +<ul><li>Note: the equivalent Mercurial command for this is <b>hg commit</b></li></ul></p> + +<hr><p><a href="topics.html">Back to Topics</a></p>