mercurial/ui.py
changeset 34568 63c19b7fa100
parent 34482 75de5d456b60
child 34616 c0dabec35019
equal deleted inserted replaced
34567:1b261be2033b 34568:63c19b7fa100
    63 b"""# example user config (see 'hg help config' for more info)
    63 b"""# example user config (see 'hg help config' for more info)
    64 [ui]
    64 [ui]
    65 # name and email, e.g.
    65 # name and email, e.g.
    66 # username = Jane Doe <jdoe@example.com>
    66 # username = Jane Doe <jdoe@example.com>
    67 username =
    67 username =
       
    68 
       
    69 # We recommend enabling tweakdefaults to get slight improvements to
       
    70 # the UI over time. Make sure to set HGPLAIN in the environment when
       
    71 # writing scripts!
       
    72 # tweakdefaults = True
    68 
    73 
    69 # uncomment to disable color in command output
    74 # uncomment to disable color in command output
    70 # (see 'hg help color' for details)
    75 # (see 'hg help color' for details)
    71 # color = never
    76 # color = never
    72 
    77