mercurial/ui.py
branchstable
changeset 32094 2de67783dd31
parent 32093 4d438efb825a
child 32096 726121fa86e1
equal deleted inserted replaced
32093:4d438efb825a 32094:2de67783dd31
    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 disable color in command output
    54 # uncomment to disable color in command output
       
    55 # (see 'hg help color' for details)
    55 # color = never
    56 # color = never
    56 
    57 
    57 [extensions]
    58 [extensions]
    58 # uncomment these lines to enable some popular extensions
    59 # uncomment these lines to enable some popular extensions
    59 # (see 'hg help extensions' for more info)
    60 # (see 'hg help extensions' for more info)
    96     'global':
    97     'global':
    97 """# example system-wide hg config (see 'hg help config' for more info)
    98 """# example system-wide hg config (see 'hg help config' for more info)
    98 
    99 
    99 [ui]
   100 [ui]
   100 # uncomment to disable color in command output
   101 # uncomment to disable color in command output
       
   102 # (see 'hg help color' for details)
   101 # color = never
   103 # color = never
   102 
   104 
   103 [extensions]
   105 [extensions]
   104 # uncomment these lines to enable some popular extensions
   106 # uncomment these lines to enable some popular extensions
   105 # (see 'hg help extensions' for more info)
   107 # (see 'hg help extensions' for more info)