Skip to content

Commit e5b83ec

Browse files
authored
Merge pull request #25 from muxator/canonical-repo-on-heptapod
Homepage: mention the new canonical repo on heptapod
2 parents bc604ad + fa60e79 commit e5b83ec

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h3>Installing Hg-Git manually</h3>
140140
<code>easy_install 'dulwich>=0.8.0'</code> if you have
141141
<a href="https://pypi.org/project/setuptools/">setuptools</a>
142142
installed. Next, clone
143-
<a href="https://bitbucket.org/durin42/hg-git">the Hg-Git
143+
<a href="https://foss.heptapod.net/mercurial/hg-git">the Hg-Git
144144
repository</a>
145145
somewhere. Lastly, make the 'extensions' section in your
146146
'<code>~/.hgrc</code>' file look something like this:
@@ -162,9 +162,9 @@ <h3>Installing Hg-Git manually</h3>
162162
<p>
163163
Different versions of hg-git are known to work with different
164164
versions of Mercurial. For the most accurate info, go to
165-
<a href="https://bitbucket.org/durin42/hg-git/src">the source
166-
on bitbucket</a>, click the dropdown menu that says "default",
167-
click the "Tags" tab, select the version you've installed, and
165+
<a href="https://foss.heptapod.net/mercurial/hg-git">the source
166+
on Heptapod</a>, click the dropdown menu that says "branch/default",
167+
select the tag corresponding to the version you've installed, and
168168
click on the file "Makefile". There's a line that starts with
169169
"all-version-tests" which lists the versions of Mercurial
170170
known to work.
@@ -181,11 +181,9 @@ <h3>Installing Hg-Git manually</h3>
181181
<div class='section'>
182182
<div class="title">Sources</div>
183183
<p>
184-
Source available via
185-
<a href="https://bitbucket.org/durin42/hg-git">hg</a>
186-
(canonical repo) or
187-
<a href="https://github.com/schacon/hg-git">git</a> (mirror
188-
of hg). Patches preferred via email to
184+
Source available at
185+
<a href="https://foss.heptapod.net/mercurial/hg-git">https://foss.heptapod.net/mercurial/hg-git</a>.
186+
Patches preferred via email to
189187
the <a href="https://groups.google.com/group/hg-git">hg-git
190188
mailing list</a>.
191189
</p>

0 commit comments

Comments
 (0)