Mercurial > hg > easyhg
comparison help/a-10.html @ 498:21aa41b62c3a
Add back/forward/home to Help window, and some Help edits
author | Chris Cannam |
---|---|
date | Mon, 22 Aug 2011 18:46:06 +0100 |
parents | e6141a238811 |
children |
comparison
equal
deleted
inserted
replaced
497:a9032181c37d | 498:21aa41b62c3a |
---|---|
1 <link rel="stylesheet" type="text/css" href="help.css"/> | 1 <link rel="stylesheet" type="text/css" href="help.css"/> |
2 <p><a href="topics.html">Back to Topics</a></p><hr> | |
3 | 2 |
4 | 3 |
5 <h2>Someone gave me a repository URL and asked me to clone it</h2> | 4 <h2>Someone gave me a repository URL and asked me to clone it</h2> |
6 | 5 |
7 <p>A Mercurial repository location is usually described by a URL, like | 6 <p>A Mercurial repository location is usually described by a URL, like |
34 data to be transferred.</p> | 33 data to be transferred.</p> |
35 | 34 |
36 <p>Provided the clone has been successful, you should now have a local | 35 <p>Provided the clone has been successful, you should now have a local |
37 repository to start working in. | 36 repository to start working in. |
38 <ul><li>Note: the equivalent Mercurial command for this is <b>hg clone</b></li></ul> | 37 <ul><li>Note: the equivalent Mercurial command for this is <b>hg clone</b></li></ul> |
39 <hr><p><a href="topics.html">Back to Topics</a></p> |