We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140e0f8 commit 3c211eeCopy full SHA for 3c211ee
index.html
@@ -65,9 +65,9 @@ <h1 class="tbar"><small>the</small> Hg-Git <small>mercurial plugin</small></h1>
65
from within your project. For example:
66
</p>
67
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
+ <pre>$ cd mercurial-repo
+$ hg bookmark -r default master # so a ref gets created
+$ hg push git+ssh://git@github.com/schacon/some-repo.git
71
$ hg push</pre>
72
73
<p>
0 commit comments