Mercurial > public > src > rhodecode
comparison pylons_app/lib/utils.py @ 193:50a39f923f31
Added file annotation template. Bumped version to 0.6.8. Changelog and changeset are now cleaned with js, it's still very beta.
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sat, 22 May 2010 02:00:39 +0200 |
parents | 52bbeb1e813f |
children | 3d1dd13887f9 |
comparison
equal
deleted
inserted
replaced
192:f191f99f59c9 | 193:50a39f923f31 |
---|---|
51 A funcion that will read python rc files and make an ui from read options | 51 A funcion that will read python rc files and make an ui from read options |
52 | 52 |
53 @param path: path to mercurial config file | 53 @param path: path to mercurial config file |
54 """ | 54 """ |
55 if not os.path.isfile(path): | 55 if not os.path.isfile(path): |
56 log.error('Unable to read config file %s' % path) | 56 log.warning('Unable to read config file %s' % path) |
57 return False | 57 return False |
58 #propagated from mercurial documentation | 58 #propagated from mercurial documentation |
59 sections = [ | 59 sections = [ |
60 'alias', | 60 'alias', |
61 'auth', | 61 'auth', |