Edgewall Software

Changes between Version 31 and Version 32 of TracRepositoryAdmin


Ignore:
Timestamp:
Sep 9, 2013, 11:59:54 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Use a WikiProcessor that won't result in an error when Pygments is not installed (after [12041], refs #11296).

Legend:

Unmodified
Added
Removed
Modified
  • TracRepositoryAdmin

    v31 v32  
    117117}}}
    118118On Windows (`post-commit.cmd`):
    119 {{{#!application/x-dos-batch
     119{{{#!bat
    120120@C:\Python26\Scripts\trac-admin.exe C:\path\to\env changeset added "%1" "%2"
    121121}}}
     
    128128}}}
    129129On Windows (`post-revprop-change.cmd`):
    130 {{{#!application/x-dos-batch
     130{{{#!bat
    131131@C:\Python26\Scripts\trac-admin.exe C:\path\to\env changeset modified "%1" "%2"
    132132}}}