Skip to content

Commit 03ddde9

Browse files
committed
Fixed release is out for hg 1.9.
1 parent a592c03 commit 03ddde9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,18 @@ <h1 class="tbar"><small>the</small> Hg-Git <small>mercurial plugin</small></h1>
9494

9595
<div class='section'>
9696
<div class="title">Installing</div>
97-
<h3>The easy way (presently broken for hg 1.8 and later):</h3>
97+
<h3>The easy way:</h3>
9898
<p>
9999
Run <code>easy_install hg-git</code>, then add make sure the
100100
following is in your <code>~/.hgrc</code>:
101101
</p>
102102
<pre>[extensions]
103103
hgext.bookmarks =
104104
hggit = </pre>
105-
<p>...and that's it!</p>
105+
<p>
106+
...and that's it! Note that this requires having working C
107+
compilers on your system.
108+
</p>
106109

107110
<h3>The more involved way</h3>
108111
<p>

0 commit comments

Comments
 (0)