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
.
bin/cubicweb-ctl
author
Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 08 Feb 2017 17:54:16 +0100 (2017-02-08)
changeset 11966
fe995d56c949
parent 0
b97547f5f1fa
child 12253
9165f4b7426b
permissions
-rwxr-xr-x
[cwconfig] Strip "cubicweb_" prefix from cube name in available_cubes() Closes #17054738.
+
−
#!/usr/bin/env python
+
−
from cubicweb.cwctl import run
+
−
import sys
+
−
run(sys.argv[1:])