1.1 --- a/docs/modules/hgapp.utils.txt Sat Mar 06 19:40:05 2010 +0100
1.2 +++ b/docs/modules/hgapp.utils.txt Sat Mar 06 20:09:34 2010 +0100
1.3 @@ -3,6 +3,8 @@
1.4 =================================
1.5
1.6 .. automodule:: hgapp.utils
1.7 + :undoc-members:
1.8 +
1.9
1.10 .. currentmodule:: hgapp.utils
1.11
1.12 @@ -11,54 +13,54 @@
1.13 Functions
1.14 =========
1.15
1.16 -get_repo
1.17 ---------
1.18 +:func:`~hgapp.utils.check_perm`
1.19 +------------------------------------------
1.20 +
1.21 +.. autofunction:: check_perm
1.22 +
1.23 +:func:`~hgapp.utils.cmd`
1.24 +----------------------------
1.25 +
1.26 +.. autofunction:: cmd
1.27 +
1.28 +:func:`~hgapp.utils.get_binary`
1.29 +------------------------------------------
1.30 +
1.31 +.. autofunction:: get_binary
1.32 +
1.33 +:func:`~hgapp.utils.get_repo`
1.34 +--------------------------------------
1.35
1.36 .. autofunction:: get_repo
1.37
1.38 -run
1.39 ----
1.40 +:func:`~hgapp.utils.get_ui`
1.41 +----------------------------------
1.42 +
1.43 +.. autofunction:: get_ui
1.44 +
1.45 +:func:`~hgapp.utils.hgrc`
1.46 +------------------------------
1.47 +
1.48 +.. autofunction:: hgrc
1.49 +
1.50 +:func:`~hgapp.utils.is_repository`
1.51 +------------------------------------------------
1.52 +
1.53 +.. autofunction:: is_repository
1.54 +
1.55 +:func:`~hgapp.utils.isfile`
1.56 +----------------------------------
1.57 +
1.58 +.. autofunction:: isfile
1.59 +
1.60 +:func:`~hgapp.utils.load_config`
1.61 +--------------------------------------------
1.62 +
1.63 +.. autofunction:: load_config
1.64 +
1.65 +:func:`~hgapp.utils.run`
1.66 +----------------------------
1.67
1.68 .. autofunction:: run
1.69
1.70 -isfile
1.71 -------
1.72
1.73 -.. autofunction:: isfile
1.74 -
1.75 -load_config
1.76 ------------
1.77 -
1.78 -.. autofunction:: load_config
1.79 -
1.80 -get_binary
1.81 -----------
1.82 -
1.83 -.. autofunction:: get_binary
1.84 -
1.85 -get_ui
1.86 -------
1.87 -
1.88 -.. autofunction:: get_ui
1.89 -
1.90 -check_perm
1.91 -----------
1.92 -
1.93 -.. autofunction:: check_perm
1.94 -
1.95 -cmd
1.96 ----
1.97 -
1.98 -.. autofunction:: cmd
1.99 -
1.100 -hgrc
1.101 -----
1.102 -
1.103 -.. autofunction:: hgrc
1.104 -
1.105 -is_repository
1.106 --------------
1.107 -
1.108 -.. autofunction:: is_repository
1.109 -
1.110 -