Edgewall Software

Changes between Version 19 and Version 20 of TracMercurial


Ignore:
Timestamp:
May 16, 2006, 11:39:05 PM (18 years ago)
Author:
zingo
Comment:

trunk

Legend:

Unmodified
Added
Removed
Modified
  • TracMercurial

    v19 v20  
    1919This version can be found in source:sandbox/vc-refactoring.
    2020
    21 Simply do:
     21Simply do one off (Se revision table below):
     22
     23
     241. 2905
    2225{{{
    2326svn co -r2905 http://svn.edgewall.com/repos/trac/sandbox/vc-refactoring
     
    3033}}}
    3134
     35
     362. or from trunk
     37{{{
     38svn co http://svn.edgewall.com/repos/trac/trunk trac
     39}}}
     40and install from there:
     41{{{
     42$ cd trac
     43$ python setup.py install
     44}}}
     45
    3246The plugin itself is available from source:sandbox/mercurial-plugin
    3347
    3448Check it out, too:
    3549{{{
    36 svn co -r2905 http://svn.edgewall.com/repos/trac/sandbox/mercurial-plugin
     50svn co -r3014 http://svn.edgewall.com/repos/trac/sandbox/mercurial-plugin
    3751}}}
    3852and create an "egg" from there