Edgewall Software

Changes between Version 41 and Version 42 of TracMercurial


Ignore:
Timestamp:
Feb 3, 2008, 9:32:55 PM (16 years ago)
Author:
Christian Boos
Comment:

link to the new experimental version for multiple repository support

Legend:

Unmodified
Added
Removed
Modified
  • TracMercurial

    v41 v42  
    1313 * log:sandbox/mercurial-plugin
    1414 * log:sandbox/mercurial-plugin-0.11
     15 * log:sandbox/mercurial-plugin-0.12 (for the MultipleRepositorySupport branch)
    1516
    1617== Download and Installation ==
     
    7576==== Releases ====
    7677|| '''Version''' || mercurial-plugin || Trac vc-refactoring || Compatible with hg         ||
     78|| ''0.12.0.0''|| ''latest-0.12''  || [source:sandbox/multirepos] ||  0.9, tip  ? ||
    7779|| '''0.11.0.1'''|| ''latest-0.11''  || [milestone:0.11] or [source:trunk] ||  0.9, tip  ||
    7880|| '''0.10.0.2'''|| ''0.10-stable''  || [milestone:0.10]    ||  0.7, 0.8, 0.9, tip  ||
     
    8284||      0.1      ||       r2514      ||        r2511        ||  0.7, tip without 1d7d0c07 ||
    8385
    84 Note: 0.9.4 (and probably quite a few intermediate changesets between 0.9.3 and 0.9.4) interferes badly with the TH:AccountManager plugin when using Python 2.3.5.
     86Note:
     87 - the 0.12 version is somewhat experimental at this point ''worksforme''
     88 - 0.9.4 (and probably quite a few intermediate changesets between 0.9.3 and 0.9.4) interferes badly with the TH:AccountManager plugin when using Python 2.3.5.
    8589It's not unlikely that other setups can be affected by the problem, as basically any code that relies on trapping the `ImportError`, after the `mercurial.demandimport` mechanism has been activated, will fail.
    8690
     
    132136}}}
    133137
    134 For the 0.11 plugin, the package has been renamed to `tracext`:
     138Since the 0.11 of the plugin, the package has been renamed to `tracext`:
    135139{{{
    136140[components]
     
    255259within a single environment (see #2086).
    256260
    257 Note that the last comment on the above ticket suggests a good
    258 workaround for this problem.
     261'''New''':
     262This is now implemented.
     263Use the 0.12 version of the plugin and the MultipleRepositorySupport.
    259264
    260265
     
    309314Since it needs a bit more flexibile templating (in regards with the lookup/url's) this is hacked around node.path at the moment. Some (small/large?) issues remain but most of it is working.
    310315
     316 ''Note that with the MultipleRepositoryBranch of Trac, it should be possible to implement an IRepositoryProvider component knowing about the `forest` extension and adding besides the repository for the forest itself, the managed repositories as well.''
     317
    311318==== ''Add your cool feature here...'' ====
    312319