Edgewall Software

Changes between Version 4 and Version 5 of TracMercurial


Ignore:
Timestamp:
Nov 4, 2005, 1:46:18 PM (18 years ago)
Author:
Christian Boos
Comment:

Updated with the new location of the source code in the repository source:sandbox

Legend:

Unmodified
Added
Removed
Modified
  • TracMercurial

    v4 v5  
    1212The plugin needs a slightly modified version of Trac 0.9,
    1313which offers support for pluggable SCM backends.
    14 This version can be found in
    15   source:branches/cboos-dev/vc-refactoring
     14This version can be found in source:sandbox/vc-refactoring
    1615
    1716Simply do:
    1817{{{
    19 svn co http://svn.edgewall.com/repos/trac/branches/cboos-dev/vc-refactoring trac-for-hg
     18svn co http://svn.edgewall.com/repos/trac/sandbox/vc-refactoring trac-for-hg
    2019}}}
    2120and install from there (`cd trac-for-hg; python setup.py install`).
    2221
    2322
    24 The plugin itself is available from
    25   source:branches/cboos-dev/hg-plugin
     23The plugin itself is available from source:sandbox/mercurial-plugin
    2624
    2725Check it out, too:
    2826{{{
    29 svn co http://svn.edgewall.com/repos/trac/branches/cboos-dev/hg-plugin .
     27svn co http://svn.edgewall.com/repos/sandbox/mercurial-plugin .
    3028}}}
    3129and create an "egg" from there (`cd hg-plugin; python setup.py bdist_egg`).
     
    3432>= 0.6 for that (I used setuptools-0.6a5).
    3533
    36 The initial release of the plugin was made at r2472 and works
    37 well with the vc-refactoring branch at that revision.
     34===== Releases =====
     35|| '''Version''' || mercurial-plugin || Trac vc-refactoring ||
     36||      0.1      ||       r2482      ||        r2479        ||
    3837
    3938