mercurial/ui.py
branchstable
changeset 32096 726121fa86e1
parent 32094 2de67783dd31
child 32097 601bfcddccdc
equal deleted inserted replaced
32095:c52728b383b4 32096:726121fa86e1
    57 
    57 
    58 [extensions]
    58 [extensions]
    59 # uncomment these lines to enable some popular extensions
    59 # uncomment these lines to enable some popular extensions
    60 # (see 'hg help extensions' for more info)
    60 # (see 'hg help extensions' for more info)
    61 #
    61 #
       
    62 # churn =
    62 # pager =""",
    63 # pager =""",
    63 
    64 
    64     'cloned':
    65     'cloned':
    65 """# example repository config (see 'hg help config' for more info)
    66 """# example repository config (see 'hg help config' for more info)
    66 [paths]
    67 [paths]
   105 [extensions]
   106 [extensions]
   106 # uncomment these lines to enable some popular extensions
   107 # uncomment these lines to enable some popular extensions
   107 # (see 'hg help extensions' for more info)
   108 # (see 'hg help extensions' for more info)
   108 #
   109 #
   109 # blackbox =
   110 # blackbox =
       
   111 # churn =
   110 # pager =""",
   112 # pager =""",
   111 }
   113 }
   112 
   114 
   113 
   115 
   114 class httppasswordmgrdbproxy(object):
   116 class httppasswordmgrdbproxy(object):