[PATCH found in crew] spelling: fix minor spell checker issues

Adrian Buehlmann adrian at cadifra.com
Wed Oct 10 05:08:52 CDT 2012


On 2012-10-10 12:04, Adrian Buehlmann wrote:
> On 2012-10-10 12:02, Adrian Buehlmann wrote:
>> # HG changeset patch
>> # User Mads Kiilerich <mads at kiilerich.com>
>> # Date 1349825396 -7200
>> # Node ID b8424c92ba2b132e9003279c6304e78388c96eff
>> # Parent  4720d2c903a27bea0954ed41ae7b6bdb36bb6d11
>> spelling: fix minor spell checker issues
> 
> [..]
> 
>> diff --git a/mercurial/store.py b/mercurial/store.py
>> --- a/mercurial/store.py
>> +++ b/mercurial/store.py
>> @@ -227,7 +227,7 @@
>>      characters are encoded as '~xx', where xx is the two digit hex code
>>      of the character (see encodefilename).
>>      Relevant path components consisting of Windows reserved filenames are
>> -    masked by encoding the third character ('aux' -> 'au~78', see auxencode).
>> +    masked by encoding the third character ('aux' -> 'au~78', see _auxencode).
>>  
>>      Hashed encoding (not reversible):
> 
> Mads, could you please revert this part? It's unwanted.
> 
> Thanks.

Nevermind, I see it is actually correct that way. I wonder what this has
to do with spell checking, though.

And I would have appreciated if this change would have been done in a
separate commit.


More information about the Mercurial-devel mailing list