Mercurial > hg
view tests/sitecustomize.py @ 13403:8ed91088acbb
hgweb: make paths wildcards expanding in a repo root match repo correctly
There was a trailing '/' too much when the wildcard part expanded to nothing.
The consequence was that the repo was announced but didn't work.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 15 Feb 2011 01:04:10 +0100 |
parents | 58128004cca1 |
children | 0b21ae0a2366 |
line wrap: on
line source
try: import coverage if hasattr(coverage, 'process_startup'): coverage.process_startup() except ImportError: pass