Edgewall Software

Changes between Version 23 and Version 24 of TracMercurial


Ignore:
Timestamp:
Oct 17, 2006, 12:10:51 PM (18 years ago)
Author:
Christian Boos
Comment:

Added much needed notice that plain 0.10 can be used for TracMercurial

Legend:

Unmodified
Added
Removed
Modified
  • TracMercurial

    v23 v24  
    2121Simply do one of (see revision table below):
    2222
    23 
    24 1. 2905
    25 {{{
    26 svn co -r2905 http://svn.edgewall.com/repos/trac/sandbox/vc-refactoring
    27 }}}
    28 and install from there:
    29 {{{
    30 $ cd vc-refactoring
    31 $ python setup.py egg_info
    32 $ python setup.py install
    33 }}}
    34 
    35 
    36 2. or from trunk
     23 1. Use Trac [milestone:0.10] (see TracDownload)
     24    and install it (see TracInstall)
     25
     26 2. or use the version in trunk ([milestone:0.11]dev).
     27    The advantage being that you don't need ClearSilver anymore.
    3728{{{
    3829svn co http://svn.edgewall.com/repos/trac/trunk trac
     
    4738$ python setup.py install
    4839}}}
     40(for Genshi, you might prefer to use a packaged release, see Genshi:GenshiDownload, or to easy_install it)
    4941
    5042The plugin itself is available from source:sandbox/mercurial-plugin
     
    5244Check it out, too:
    5345{{{
    54 svn co -r3014 http://svn.edgewall.com/repos/trac/sandbox/mercurial-plugin
     46svn co http://svn.edgewall.com/repos/trac/sandbox/mercurial-plugin
    5547}}}
    5648and create an "egg" from there
     
    6961||   '''0.2'''   ||    '''r2905'''   ||     '''r2905'''     ||  0.7, 0.8, tip  ||
    7062||   '''0.2'''   ||    '''r3014'''   || [source:trunk@2900] ||  0.7, 0.8, tip  ||
     63||   '''0.2'''   ||    ''latest''   || [milestone:0.10] or [source:trunk] ||  0.7, 0.8, 0.9, tip  ||
    7164
    7265
    7366==== Mercurial ====
    7467The plugin has been tested with recent development versions of Mercurial
    75 (upto Changeset 1704:c2755eba8631 from http://selenic.com/hg)
     68(upto Changeset 3324:34f08b8883cf from http://selenic.com/hg)
    7669and also with Mercurial 0.7 and 0.8.
    77 ''It won't work with earlier versions, in particular not with 0.6x.''
     70'''It won't work with earlier versions, in particular not with 0.6x.'''
    7871
    7972You can download Mercurial itself from