annotate help/topics.html @ 558:d932ce55c364 find

Remove the single find widget from top, add one to each tab at the bottom instead. (Turns out you don't usually want to search for the same text in both types of widget.) Also provide sensible no-results text.
author Chris Cannam
date Mon, 27 Feb 2012 17:08:26 +0000
parents 06507a59f2b8
children 2c106ea908b5
rev   line source
Chris@494 1 <link rel="stylesheet" type="text/css" href="help.css"/>
Chris@494 2
Chris@494 3 <h1>Quick Topics</h1>
Chris@494 4
Chris@494 5
Chris@494 6 <h3>Terminology</h3>
Chris@494 7 <p><a href="a-04.html">What is a repository?</a></p>
Chris@494 8 <h3>Opening and initialising things</h3>
Chris@494 9 <p><a href="a-10.html">Someone gave me a repository URL and asked me to clone it</a></p>
Chris@499 10 <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 them</a></p>
Chris@499 11 <p><a href="a-12.html">I want to start a new project using version control</a></p>
Chris@498 12 <p><a href="a-13.html">I have a Mercurial repository on my local computer already and I want to use it with EasyMercurial</a></p>
Chris@496 13 <h3>Making changes</h3>
Chris@496 14 <p><a href="a-20.html">I've added a new file: what do I do with it?</a></p>
Chris@496 15 <p><a href="a-21.html">I have changed some files and I want to record the changes</a></p>
Chris@497 16 <p><a href="a-22.html">I want to remove, rename, or copy a file</a></p>
Chris@497 17 <p><a href="a-23.html">I just deleted a file using the system file manager &ndash; then remembered I hadn't told the version control tool about it &ndash; what now?</a></p>
Chris@498 18 <h3>Sharing changes</h3>
Chris@498 19 <p><a href="a-30.html">I have committed some changes &ndash; how do I share them with my colleagues?</a></p>
Chris@499 20 <p><a href="a-31.html">I want to let my colleagues pull changes directly from my local repository</a></p>
Chris@499 21 <p><a href="a-32.html">I want to put my changes into a master repository shared with my colleagues</a></p>
Chris@499 22 <p><a href="a-33.html">I tried to push my changes, but it told me &ldquo;the remote repository may have been changed by someone else&rdquo; and refused</a></p>
Chris@532 23 <p><a href="a-34.html">How do I use the Merge window?</a></p>
Chris@531 24 <h3>See also</h3>
Chris@531 25 <p><a href="a-40.html">Video tutorials</a></p>