Mercurial styles problem modifying map
Pat Downey
pat.downey at gmail.com
Fri Apr 3 15:09:29 UTC 2009
>Dirkjan Ochtman dirkjan at ochtman.nl
>Tue May 27 11:09:05 CDT 2008
>
> Douglas E. Warner wrote:
>> --- templater.py 2008-05-21 16:48:47.000000000 -0400
>> +++ templater-new.py 2008-05-21 16:49:12.000000000 -0400
>> @@ -105,6 +105,8 @@
>>
>> if key in map:
>> v = map[key]
>> + elif key in self.cache:
>> + v = self.cache[key]
>> else:
>> v = self.defaults.get(key, "")
>> if callable(v):
>>
>> -Doug
>
> This seems to make sense. Any objections to me pushing this?
>
> Cheers,
>
> Dirkjan
Hi all,
I realise it's a long time since this was brought up but does anyone
know what happened to this patch?
Or more importantly, does anyone know if were the issues it solved
fixed somewhere else?
Thanks,
Pat
More information about the Mercurial-devel
mailing list