Skip to content

Commit 39e9c90

Browse files
committed
Replaces old dependencies w/ pointer to Makefile.
1 parent 140e0f8 commit 39e9c90

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,17 @@ <h3>Installing Hg-Git manually</h3>
155155
<div class='section'>
156156
<div class="title">Dependencies</div>
157157
<p>
158-
This plugin is known to work on Mercurial 1.7, and is
159-
basically functional (with a couple of bugs) against hg 1.8
160-
and 1.9. It also needs Dulwich version 0.8.0 or later; Dulwich
158+
Different versions of hg-git are known to work with different
159+
versions of Mercurial. For the most accurate info, go to
160+
<a href="https://bitbucket.org/durin42/hg-git/src">the source
161+
on bitbucket</a>, click the dropdown menu that says "default",
162+
click the "Tags" tab, select the version you've installed, and
163+
click on the file "Makefile". There's a line that starts with
164+
"all-version-tests" which lists the versions of Mercurial
165+
known to work.
166+
</p>
167+
<p>
168+
It also needs Dulwich version 0.8.0 or later; Dulwich
161169
is a pure-Python implementation of the Git file formats and
162170
protocols. There are <strong>no Git binary
163171
dependencies</strong>: you do not need to have Git installed

0 commit comments

Comments
 (0)