22
22
from wikkid.filestore.bzr import BranchFileStore
23
23
from bzrlib.workingtree import WorkingTree
24
24
from wikkid.context import ExecutionContext
27
27
log = logging.getLogger(__name__)
32
31
(everything after /p/<project-name>/wiki/ is the wiki path)
33
32
and returns an ExecutionContext with this as the script_name.
37
36
prefix = prefix[:-(len(path) + 1)]
38
37
log.info("Prefix: '%s', current url: '%s'", prefix, h.url.current())