149
140
cache_path = self._project_config.get('cachepath', None)
150
141
if cache_path is not None:
152
142
_history.use_file_cache(FileChangeCache(_history, cache_path))
161
145
def url(self, elements, **kw):
162
146
"build an url relative to this branch"
163
147
if not isinstance(elements, list):