Umlauts in filenames on Windows
Adrian Buehlmann
adrian at cadifra.com
Sun Feb 1 03:51:10 CST 2009
On 31.01.2009 20:33, Stefan Rusek wrote:
> Helmut,
>
> On Fri, Jan 30, 2009 at 8:32 PM, Helmut Stiegler <helmut.stiegler at aon.at> wrote:
>> thank you very much for diving into this topic!
>
> Glad to help!
>
>> I tried your extension, however alas i get this error already when doing "hg
>> init"
>>
>
> It looks like there is a problem setting an attribute on a module
> before it is demand loaded, I have updated the patch.
Again, why do you try doing a *patch* for Mercurial
if all you do is adding a new extension file?
It's rather inconvenient to have to look at diffs of
patches like this one
http://bitbucket.org/stefanrusek/mercurial-crewmq/changeset/ad62a14ca955/raw/
to follow what you do with fixutf8.py.
I suggest you have a look at how others have organized their
extension work. See for example the rebase extension.
More information about the Mercurial
mailing list