Edgewall Software

Changes between Version 13 and Version 14 of TracMercurial


Ignore:
Timestamp:
Jan 4, 2006, 9:20:42 AM (18 years ago)
Author:
Christian Boos
Comment:

adeason: even if the vc-refactoring branch itself has been merged, not all the support needed for Mercurial has been merged. This is going to need further integration work, or a patch… In the meantime, you still need use the source:sandbox/vc-refactoring@2620

Legend:

Unmodified
Added
Removed
Modified
  • TracMercurial

    v13 v14  
    1212== Download and Installation ==
    1313
     14==== Trac ====
     15The plugin needs a slightly modified version of Trac 0.9,
     16which offers support for pluggable SCM backends.
     17This version can be found in source:sandbox/vc-refactoring.
     18It has been partially ported to trunk and retired since,
     19but for TracMercurial, you still need the ''original''
     20`vc-refactoring` branch, at revision 2620.
     21
     22Simply do:
     23{{{
     24svn co -r2620
     25http://svn.edgewall.com/repos/trac/sandbox/vc-refactoring trac-for-hg
     26}}}
     27and install from there (`cd trac-for-hg; python setup.py install`).
     28
    1429The plugin itself is available from source:sandbox/mercurial-plugin
    1530
    1631Check it out, too:
    1732{{{
    18 svn co http://svn.edgewall.com/repos/trac/sandbox/mercurial-plugin mercurial-plugin
     33svn co -r2620 http://svn.edgewall.com/repos/trac/sandbox/mercurial-plugin mercurial-plugin
    1934}}}
    2035and create an "egg" from there (`cd hg-plugin; python setup.py bdist_egg`).