Edgewall Software

Changes between Version 111 and Version 112 of TracMercurial


Ignore:
Timestamp:
Jun 19, 2018, 9:20:15 AM (6 years ago)
Author:
anonymous
Comment:

Update links

Legend:

Unmodified
Added
Removed
Modified
  • TracMercurial

    v111 v112  
    55[[Image(mercurial_logo.png, width=80px, align=right)]]
    66
    7 This a plugin for Trac which enables [http://www.selenic.com/mercurial Mercurial] to be used as the VersionControlSystem for Trac. It was originally developed under #1847.
     7This a plugin for Trac which enables [https://www.mercurial-scm.org Mercurial] to be used as the VersionControlSystem for Trac. It was originally developed under #1847.
    88
    99Please use a recent version of the plugin before reporting issues.
     
    103103=== Mercurial
    104104
    105 You can download Mercurial itself from [http://www.selenic.com/mercurial/wiki/index.cgi/Download Hg:Download].
     105You can download Mercurial itself from [https://www.mercurial-scm.org/wiki/Download Hg:Download].
    106106
    107107We try to maintain backward compatibility with versions of Mercurial as old as 1.1, up to the latest. Better use a recent version however.
     
    109109==== Windows
    110110
    111 On Windows, it looks like it is possible to re-use the Mercurial library coming from the [Mercurial:BinaryPackages installer], see [http://selenic.com/pipermail/mercurial/2007-July/013827.html this mail].
     111On Windows, it looks like it is possible to re-use the Mercurial library coming from the [Mercurial:BinaryPackages installer], see [https://www.mercurial-scm.org/pipermail/mercurial/2007-July/013827.html this mail].
    112112However, it is not possible to achieve this using PYTHONPATH and PATH: it fails with `ImportError: No module named handlers` due to library.zip coming in the sys.path before the standard library.
    113113
    114114'''Note''': Mercurial's library.zip contains pyd-files, which normal Python import can't use (py2exe uses a special importer that allows that), but if you unzip library.zip somewhere and add that directory, it will work on Windows (tested with tracd).
    115115
    116 Alternatively, you can install the pre-built Mercurial Python modules from http://bitbucket.org/tortoisehg/thg-winbuild/downloads/
    117 
    118 You may also want to experiment with the newly introduced Mercurial:HackableMercurial distribution.
     116Alternatively, you can install the pre-built Mercurial Python modules from https://bitbucket.org/tortoisehg/files/downloads/
     117
     118You may also want to experiment with Mercurial:HackableMercurial distribution.
    119119
    120120== Configuration