Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
server/test/data-schema2sql/__init__.py
author
Rémi Cardona <remi.cardona@logilab.fr>
Tue, 24 Nov 2015 16:57:07 +0100
changeset 10922
7d01c8c675a0
parent 10199
218c28bff695
permissions
-rw-r--r--
[web] Stop using webconfig.vc_config() The main issue is that this creates an entirely new Repository object (since commit 3914388b2d0f) and thus reloads all the cubes, taking for ever. Related to #8634417.