[PATCH 2 of 6] Determine default locale encoding and stdio encoding on start-up
Andrey
grooz-work at gorodok.net
Sun Nov 19 20:09:20 UTC 2006
On 20 November 2006 (Mon) 01:36, Matt Mackall wrote:
> I think I'm convinced.
There is still a little technical question left. It would be nice to have all
encoding/decoding stuff in util.py or (better) in a separate module, but it
needs access to config settings, and config settings live in ui class. Is it
on purpose that config is tied to ui? If not, I'd like all config stuff to be
moved into its own module, too. Is it possible?
Andrey
More information about the Mercurial-devel
mailing list