diff help/topics.html @ 496:fb95d70c80d5

More help
author Chris Cannam
date Fri, 19 Aug 2011 16:30:43 +0100
parents e6141a238811
children a9032181c37d
line wrap: on
line diff
--- a/help/topics.html	Thu Aug 18 17:13:04 2011 +0100
+++ b/help/topics.html	Fri Aug 19 16:30:43 2011 +0100
@@ -8,3 +8,9 @@
 <h3>Opening and initialising things</h3>
 <p><a href="a-10.html">Someone gave me a repository URL and asked me to clone it</a></p>
 <p><a href="a-11.html">I have a folder of source code or documents on my computer and I want to use version control to manage it</a></p>
+<p><a href="a-12.html">I have a Mercurial repository on my local computer and I want to use it with EasyMercurial</a></p>
+<h3>Making changes</h3>
+<p><a href="a-20.html">I've added a new file: what do I do with it?</a></p>
+<p><a href="a-21.html">I have changed some files and I want to record the changes</a></p>
+<p><a href="a-22.html">I want to rename or remove a file</a></p>
+<p><a href="a-23.html">I just renamed or removed a file using the system file manager &ndash; then I remembered I was supposed to do it using the version control tool &ndash; what now?</a></p>