##// END OF EJS Templates
implemented rawdiff and diff download into diff view....
implemented rawdiff and diff download into diff view. Few css changes

File last commit:

r6:2620dac8 default
r160:0f7f93df default
Show More
configparser_test.py
11 lines | 271 B | text/x-python | PythonLexer
Marcin Kuzminski
added autoconfig loading
r6 import os
p = os.path.dirname(__file__)
repos = os.path.join(p, '../..', 'hgwebdir.config')
#repos = "/home/marcink/python_workspace/hg_app/hgwebdir.config"
print repos
from ConfigParser import ConfigParser
cp = ConfigParser()
cp.read(repos)
print cp.get('paths', '/')