mercurial/hgweb/webcommands.py
changeset 8390 beae42f3d93b
parent 8354 418ea63f00fb
child 8713 de6bb29e208a
equal deleted inserted replaced
8389:4b798b100c32 8390:beae42f3d93b
    10 from mercurial import error, archival, templater, templatefilters
    10 from mercurial import error, archival, templater, templatefilters
    11 from mercurial.node import short, hex
    11 from mercurial.node import short, hex
    12 from mercurial.util import binary
    12 from mercurial.util import binary
    13 from common import paritygen, staticfile, get_contact, ErrorResponse
    13 from common import paritygen, staticfile, get_contact, ErrorResponse
    14 from common import HTTP_OK, HTTP_FORBIDDEN, HTTP_NOT_FOUND
    14 from common import HTTP_OK, HTTP_FORBIDDEN, HTTP_NOT_FOUND
    15 from mercurial import graphmod, util
    15 from mercurial import graphmod
    16 
    16 
    17 # __all__ is populated with the allowed commands. Be sure to add to it if
    17 # __all__ is populated with the allowed commands. Be sure to add to it if
    18 # you're adding a new command, or the new command won't work.
    18 # you're adding a new command, or the new command won't work.
    19 
    19 
    20 __all__ = [
    20 __all__ = [