Skip to content

Commit 1ddf739

Browse files
committed
Update the index page to point out that dulwich 0.8.0 is the recommended version to install
1 parent 7041271 commit 1ddf739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h3>The easy way</h3>
8585
<p>...and that's it!</p>
8686

8787
<h3>The more involved way</h3>
88-
<p>First, install version 0.4.0 or newer of <a href="http://pypi.python.org/pypi/dulwich">dulwich</a>. You can do <code>easy_install 'dulwich>=0.4.0'</code> if you have setuptools installed. Clone this repository somewhere, or <a href="http://github.com/schacon/hg-git/zipball/master">download a snapshot</a>, then make the 'extensions' section in your '<code>~/.hgrc</code>' file look something like this:</p>
88+
<p>First, install version 0.8.0 or newer of <a href="http://pypi.python.org/pypi/dulwich">dulwich</a>. You can do <code>easy_install 'dulwich>=0.8.0'</code> if you have setuptools installed. Clone this repository somewhere, or <a href="http://github.com/schacon/hg-git/zipball/master">download a snapshot</a>, then make the 'extensions' section in your '<code>~/.hgrc</code>' file look something like this:</p>
8989

9090
<pre>[extensions]
9191
hgext.bookmarks =

0 commit comments

Comments
 (0)