mercurial/ui.py
branchstable
changeset 32093 4d438efb825a
parent 32078 bf5e13e38390
child 32094 2de67783dd31
equal deleted inserted replaced
32092:1e0f3723d658 32093:4d438efb825a
    49 [ui]
    49 [ui]
    50 # name and email, e.g.
    50 # name and email, e.g.
    51 # username = Jane Doe <jdoe@example.com>
    51 # username = Jane Doe <jdoe@example.com>
    52 username =
    52 username =
    53 
    53 
    54 # uncomment to colorize command output
    54 # uncomment to disable color in command output
    55 # color = auto
    55 # color = never
    56 
    56 
    57 [extensions]
    57 [extensions]
    58 # uncomment these lines to enable some popular extensions
    58 # uncomment these lines to enable some popular extensions
    59 # (see 'hg help extensions' for more info)
    59 # (see 'hg help extensions' for more info)
    60 #
    60 #
    95 
    95 
    96     'global':
    96     'global':
    97 """# example system-wide hg config (see 'hg help config' for more info)
    97 """# example system-wide hg config (see 'hg help config' for more info)
    98 
    98 
    99 [ui]
    99 [ui]
   100 # uncomment to colorize command output
   100 # uncomment to disable color in command output
   101 # color = auto
   101 # color = never
   102 
   102 
   103 [extensions]
   103 [extensions]
   104 # uncomment these lines to enable some popular extensions
   104 # uncomment these lines to enable some popular extensions
   105 # (see 'hg help extensions' for more info)
   105 # (see 'hg help extensions' for more info)
   106 #
   106 #