Sun, 26 Apr 2009 16:50:44 -0500 util: take propertycache from context.py
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8207
util: take propertycache from context.py
Sun, 26 Apr 2009 16:50:44 -0500 ui: print_exc() -> traceback()
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8206
ui: print_exc() -> traceback()
Sun, 26 Apr 2009 16:50:44 -0500 ui: traceback -> _traceback
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8205
ui: traceback -> _traceback
Sun, 26 Apr 2009 16:50:44 -0500 ui: report_untrusted fixes
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8204
ui: report_untrusted fixes - report_untrusted -> _reportuntrusted - only report config shadows if enabled - config shadows are debug messages
Sun, 26 Apr 2009 16:50:44 -0500 ui: privatize cdata vars
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8203
ui: privatize cdata vars
Sun, 26 Apr 2009 16:50:44 -0500 ui: buffers -> _buffers
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8202
ui: buffers -> _buffers
Sun, 26 Apr 2009 16:50:44 -0500 ui: trusted_users -> _trustusers, trusted_groups -> _trustgroups
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8201
ui: trusted_users -> _trustusers, trusted_groups -> _trustgroups
Sun, 26 Apr 2009 16:50:44 -0500 ui: assumetrusted -> trust
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8200
ui: assumetrusted -> trust
Sun, 26 Apr 2009 16:50:44 -0500 ui: _get_cdata -> _data
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8199
ui: _get_cdata -> _data
Sun, 26 Apr 2009 16:50:43 -0500 config: getsource -> source
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8198
config: getsource -> source
Sun, 26 Apr 2009 16:50:43 -0500 ui: simplify fixconfig
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8197
ui: simplify fixconfig
Sun, 26 Apr 2009 16:50:43 -0500 ui: fix-up and warn about deprecated %%
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8196
ui: fix-up and warn about deprecated %%
Sun, 26 Apr 2009 16:50:43 -0500 bugzilla: fix section reading
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8195
bugzilla: fix section reading
Sun, 26 Apr 2009 16:50:43 -0500 templater: use new config parser
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8194
templater: use new config parser This gives us the ability to use includes and continuations
Sun, 26 Apr 2009 16:50:43 -0500 config: add section filter to read
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8193
config: add section filter to read move section filtering out of ui.readconfig kill section filtering in config.update
Sun, 26 Apr 2009 16:50:43 -0500 config: deal with spaces at end of line more carefully
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8192
config: deal with spaces at end of line more carefully
Sun, 26 Apr 2009 16:50:43 -0500 hgweb: kill parentui references
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8191
hgweb: kill parentui references
Sun, 26 Apr 2009 16:50:43 -0500 ui: kill most users of parentui name and arg, replace with .copy()
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8190
ui: kill most users of parentui name and arg, replace with .copy()
Sun, 26 Apr 2009 16:50:43 -0500 ui: replace parentui mechanism with repo.baseui
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8189
ui: replace parentui mechanism with repo.baseui
Sun, 26 Apr 2009 16:50:43 -0500 add cmdutil.remoteui
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8188
add cmdutil.remoteui remoteui sorts out the issues of getting ssh config options from the local repo into the remote one while not copying other options like hooks.
Sun, 26 Apr 2009 16:50:43 -0500 ui: less links to parentui
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8187
ui: less links to parentui
Sun, 26 Apr 2009 16:50:43 -0500 config: add some helper methods
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8186
config: add some helper methods
Sun, 26 Apr 2009 16:50:43 -0500 config: split source data out into separate map
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8185
config: split source data out into separate map
Sun, 26 Apr 2009 16:50:43 -0500 config: add %unset name support
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8184
config: add %unset name support
Sun, 26 Apr 2009 16:50:43 -0500 config: allow including other config files
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8183
config: allow including other config files
Sun, 26 Apr 2009 16:50:43 -0500 showconfig: show source file and line with --debug
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8182
showconfig: show source file and line with --debug
Sun, 26 Apr 2009 16:50:43 -0500 util: kill configparser wrapper
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8181
util: kill configparser wrapper
Sun, 26 Apr 2009 16:50:43 -0500 hgweb: use config.config
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8180
hgweb: use config.config
Sun, 26 Apr 2009 16:50:43 -0500 clone: config escaping no longer needed
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8179
clone: config escaping no longer needed
Sun, 26 Apr 2009 16:50:09 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:09 -0500] rev 8178
Merge with stable
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip