[chatter] r11784 - in trunk/admin: viewcvs viewvc viewvc/patches
hannes at mccarthy.opendylan.org
hannes at mccarthy.opendylan.org
Sun Apr 27 21:51:29 CEST 2008
Author: hannes
Date: Sun Apr 27 21:51:29 2008
New Revision: 11784
Added:
trunk/admin/viewvc/
- copied from r11371, trunk/admin/viewcvs/
Removed:
trunk/admin/viewcvs/
Modified:
trunk/admin/viewvc/patches/lib-viewcvs.py.diff
Log:
Job: minor
updates for viewvc (viewcvs was renamed because it can
also serve svn)
Modified: trunk/admin/viewvc/patches/lib-viewcvs.py.diff
==============================================================================
--- trunk/admin/viewcvs/patches/lib-viewcvs.py.diff (original)
+++ trunk/admin/viewvc/patches/lib-viewcvs.py.diff Sun Apr 27 21:51:29 2008
@@ -29,20 +29,3 @@
return html
def format_log(log):
-@@ -978,7 +982,7 @@
- # version 1.6.2.
- enscript_cmd = [os.path.normpath(os.path.join(cfg.options.enscript_path,
- 'enscript')),
-- '--color', '--language=html', '--pretty-print=' + lang,
-+ '--color', '--language=html', '-E' + lang,
- '-o', self.temp_file, '-']
- try:
- copy_stream(fp, popen.pipe_cmds([enscript_cmd]))
-@@ -1113,6 +1117,7 @@
- '.cxx' : 'cpp',
- '.diff' : 'diffu',
- '.dpr' : 'delphi',
-+ '.dylan' : 'dylan',
- '.el' : 'elisp',
- '.eps' : 'postscript',
- '.f' : 'fortran',
More information about the chatter
mailing list