Skip to content

Commit 3c211ee

Browse files
committed
Trimmed existing-hg-repo instructions
1 parent 140e0f8 commit 3c211ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ <h1 class="tbar"><small>the</small> Hg-Git <small>mercurial plugin</small></h1>
6565
from within your project. For example:
6666
</p>
6767

68-
<pre>$ cd hg-git # (a Mercurial repository)
69-
$ hg bookmark -r default master # make a bookmark of master for default, so a ref gets created
70-
$ hg push git+ssh://git@github.com/schacon/hg-git.git
68+
<pre>$ cd mercurial-repo
69+
$ hg bookmark -r default master # so a ref gets created
70+
$ hg push git+ssh://git@github.com/schacon/some-repo.git
7171
$ hg push</pre>
7272

7373
<p>

0 commit comments

Comments
 (0)