Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8196
ui: fix-up and warn about deprecated %%
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8195
bugzilla: fix section reading
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
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
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
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8191
hgweb: kill parentui references
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()
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8189
ui: replace parentui mechanism with repo.baseui
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.
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8187
ui: less links to parentui