equal
deleted
inserted
replaced
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 # churn = |
63 # pager =""", |
63 """, |
64 |
64 |
65 'cloned': |
65 'cloned': |
66 """# example repository config (see 'hg help config' for more info) |
66 """# example repository config (see 'hg help config' for more info) |
67 [paths] |
67 [paths] |
68 default = %s |
68 default = %s |
107 # uncomment these lines to enable some popular extensions |
107 # uncomment these lines to enable some popular extensions |
108 # (see 'hg help extensions' for more info) |
108 # (see 'hg help extensions' for more info) |
109 # |
109 # |
110 # blackbox = |
110 # blackbox = |
111 # churn = |
111 # churn = |
112 # pager =""", |
112 """, |
113 } |
113 } |
114 |
114 |
115 |
115 |
116 class httppasswordmgrdbproxy(object): |
116 class httppasswordmgrdbproxy(object): |
117 """Delays loading urllib2 until it's needed.""" |
117 """Delays loading urllib2 until it's needed.""" |