Edgewall Software

Changes between Version 97 and Version 98 of TracMercurial


Ignore:
Timestamp:
Sep 11, 2012, 3:14:43 PM (12 years ago)
Author:
Christian Boos
Comment:

s/0.13/1.0/ for the branch in mercurial-plugin

Legend:

Unmodified
Added
Removed
Modified
  • TracMercurial

    v97 v98  
    1717Detailed Change Logs:
    1818 * active / supported
    19    - log:mercurial-plugin@0.13 (new features)
     19   - log:mercurial-plugin@1.0 (new features)
    2020   - log:mercurial-plugin@0.12 (only for critical bug fixes)
    2121 * inactive / unsupported
     
    3232{{{#!table class="listing"
    3333||=  '''Version'''  =||=  mercurial-plugin  =||=  Trac  =||=  Compatible with hg  =||
    34 |----------------------------------------------------------------------------
    35 || '''0.13.0.5''' || [source:plugins/0.13/mercurial-plugin@10900] || [source:trunk] (0.13dev) ||  1.1.x to 2.0.2, tip? ||
     34|| '''1.0.0.1''' || [source:mercurial-plugin@28d2535d682f] ([source:mercurial-plugin@1.0 1.0] branch) || [source:branches/1.0-stable] (1.0.x), [source:trunk] (1.1.x) ||  1.1.x to 2.2.2, 2.3? tip? ||
     35|----------------------------------------------------------------------------
     36|----------------------------------------------------------------------------
     37|| 0.13.0.5 || [source:plugins/0.13/mercurial-plugin@10900] || [source:trunk] (0.13dev) ||  1.1.x to 2.0.2, tip? ||
    3638|----------------------------------------------------------------------------
    3739|| 0.13.0.4 || [source:plugins/0.13/mercurial-plugin@10880] || [source:trunk] (0.13dev) ||  1.1.x to 1.7.5, tip? ||
     
    4345|||||||| ||
    4446|----------------------------------------------------------------------------
    45 || '''0.12.0.29''' || [source:plugins/0.12/mercurial-plugin@10899] || \
     47|| '''0.12.0.29''' || [source:mercurial-plugin@a97b17f1bac7] ([source:mercurial-plugin@0.12 0.12] branch) || \
    4648||[source:branches/0.12-stable] (0.12.x) || \
    4749|| 1.1.x to 2.0.2, tip? ||
     
    6870Installation of the plugin:
    6971{{{
    70 svn co http://svn.edgewall.com/repos/trac/plugins/0.12/mercurial-plugin
     72hg clone http://hg.edgewall.org/mercurial-plugin#0.12
    7173}}}
    7274or:
    7375{{{
    74 svn co http://svn.edgewall.com/repos/trac/plugins/0.13/mercurial-plugin
    75 }}}
    76 depending on the version of Trac you're using ([source:branches/0.12-stable 0.12] or [source:trunk 0.13dev]).
     76hg clone http://hg.edgewall.org/mercurial-plugin#1.0
     77}}}
     78depending on the version of Trac you're using ([source:branches/0.12-stable 0.12] or [source:branches/1.0-stable 1.0]) (also use 1.0 for trunk).
    7779
    7880Then from the checkout (`cd mercurial-plugin`), you have various installation options: