Daniel Rall wrote:
> On Sat, 21 Apr 2007, masaru tsuchiyama wrote:
>
>> Hi.
>>
>> fsfs-reshard.py contains $LastChangedDate tag.
>> In Non-ASCII environment, it is expanded to Non-ASCII charactors.
>> So the script must have an encoding description.
>>
>> Regards.
>> Masaru
>>
>> Index: tools/server-side/fsfs-reshard.py
>> ===================================================================
>> --- tools/server-side/fsfs-reshard.py (revision 24693)
>> +++ tools/server-side/fsfs-reshard.py (working copy)
>> @@ -1,4 +1,5 @@
>> #!/usr/bin/env python
>> +# -*- coding: utf-8 -*-
>> #
>> # fsfs-reshard.py REPOS_PATH MAX_FILES_PER_SHARD
>> #
>
> Thanks Masaru, commited to trunk in r24721.
>
> - Dan
>
> p.s. Something (your email client?) seems to be stripping leading
> whitespace off your patch (meaning it cannot be applied directly).
> Gmail has a config option to handle this.
So Python reads coding lines that aren't on the first line of a script?
Any URLs for other stuff it reads?
Thanks,
Blair
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 23 21:18:40 2007