Skip to content

Commit c34a54c

Browse files
committed
Slimmed down hg clone text
1 parent 41206e9 commit c34a54c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

index.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,15 @@ <h1 class="tbar"><small>the</small> Hg-Git <small>mercurial plugin</small></h1>
4949
<h3>Clone a Git repository</h3>
5050

5151
<p>
52-
You can clone a Git repository from Mercurial by
53-
running <code>hg clone [url]</code>. It will create a
54-
directory with the same name as the last path component. For
55-
example, if you were to run <code>hg clone
56-
git://github.com/schacon/munger.git</code> it would clone
57-
the repository down into the directory 'munger.git', then
58-
convert it to a Mercurial repository for you.
52+
Eg:
5953
</p>
6054

61-
<pre>hg clone git://github.com/schacon/munger.git</pre>
55+
<pre>hg clone git://github.com/schacon/munger.git</pre>
6256

63-
<p>And you're off!</p>
57+
<p>
58+
Like with normal <code>hg clone</code>, you can optionally
59+
specify a destination directory.
60+
</p>
6461

6562
<h3>Push an existing Hg repository to Git</h3>
6663

0 commit comments

Comments
 (0)