doc/gendoc.py
changeset 43673 f0bee3b1b847
parent 43506 9f70512ae2cf
child 44975 1a4b9b602e54
equal deleted inserted replaced
43672:9fb85668ee15 43673:f0bee3b1b847
    24 # import from the live mercurial repo
    24 # import from the live mercurial repo
    25 sys.path.insert(0, "..")
    25 sys.path.insert(0, "..")
    26 from mercurial import demandimport
    26 from mercurial import demandimport
    27 
    27 
    28 demandimport.enable()
    28 demandimport.enable()
    29 # Load util so that the locale path is set by i18n.setdatapath() before
    29 
    30 # calling _().
       
    31 from mercurial import util
       
    32 
       
    33 util.datapath
       
    34 from mercurial import (
    30 from mercurial import (
    35     commands,
    31     commands,
    36     encoding,
    32     encoding,
    37     extensions,
    33     extensions,
    38     help,
    34     help,