diff --git a/index.html b/index.html index 45be345..b6524a6 100644 --- a/index.html +++ b/index.html @@ -100,31 +100,30 @@

Installing Hg-Git the easy way:

Visual C++. (Be sure to install the 2008 version for compatibility reasons.) On Debian-style Linux, run apt-get install python-dev. -

+

Secondly, run easy_install hg-git. If you don't have easy_install available, you can get it as part of - Python's + Python's setuptools package.

- +

Alternatively, on Windows, TortoiseHg - comes with hg-git (and Dulwich), though it + comes with hg-git (and Dulwich), though it still needs to be enabled as shown below (or through the TortoiseHg settings).

- +

Lastly, make sure the following is in your ~/.hgrc:

[extensions]
-hgext.bookmarks =
 hggit = 

- ...and that's it! + ...and that's it!

Installing Hg-Git manually

@@ -134,10 +133,10 @@

Installing Hg-Git manually

install Hg-Git in a location you choose yourself.

- First, install version 0.8.0 or newer of - Dulwich. - You can do - easy_install 'dulwich>=0.8.0' if you have + First, install version 0.19.0 or newer of + Dulwich. + You can do + easy_install 'dulwich>=0.19.0' if you have setuptools installed. Next, clone the Hg-Git @@ -147,12 +146,10 @@

Installing Hg-Git manually

[extensions]
-hgext.bookmarks =
 hggit = [path-to]/hg-git/hggit

- That will enable the Hg-Git extension for you. The bookmarks - section is only required prior to hg 1.7. Bookmarks will be + That will enable the Hg-Git extension for you. Bookmarks will be translated to git heads when pushing.

@@ -170,11 +167,11 @@

Installing Hg-Git manually

known to work.

- It also needs Dulwich version 0.8.0 or later; Dulwich + It also needs Dulwich version 0.19.0 or later; Dulwich is a pure-Python implementation of the Git file formats and protocols. There are no Git binary dependencies: you do not need to have Git installed - on your system. + on your system.