/docs/MercurialApp Gawel's repository

Table Of Contents

Previous topic

hgapp.ssh.shell

This Page

hgapp.utils

Functions

check_perm()

hgapp.utils.check_perm(req, op)
Check permission for operation based on request data (including authentication info). Return if op allowed, else raise an ErrorResponse exception.

cmd()

hgapp.utils.cmd(*args, **kwargs)

get_binary()

hgapp.utils.get_binary(suffix=None)

get_repo()

hgapp.utils.get_repo(path_info, user=None, cmd='')

get_ui()

hgapp.utils.get_ui(section)

hgrc()

hgapp.utils.hgrc(dirname)

is_repository()

hgapp.utils.is_repository(dirname)

isfile()

hgapp.utils.isfile(*args)

load_config()

hgapp.utils.load_config(*filenames)

run()

hgapp.utils.run(*args, **kwargs)