Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8145
test-archive: silence stupid messages from GNU tar
Recent versions of GNU tar have apparently decided they're old enough
that it's ok for them to prattle on senselessly about things no one
cares about without anyone objecting. We object; apply duct tape.
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8144
ui: introduce new config parser
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8143
ui: simplify init, kill dupconfig
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8142
ui: fold readsections into readconfig
readconfig now reads only single files
readconfig takes an optional list of sections
readconfig trusts files we're looking for sections in
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8141
ui: cleanup _is_trusted a bit
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8140
ui: simplify parent overlay logic
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8139
ui: always have ucdata
simplify readconfig logic
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8138
ui: fold verbosity_constraints into fixconfig, simplify
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8137
ui: kill updateopts
Move setconfig into dispatch._parseconfig
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8136
ui: refactor option setting
No more passing options as constructor keywords. Basic options are now
always stored in the overlay for simplicity and consistency.