Mercurial styles problem modifying map

Benoit Boissinot benoit.boissinot at ens-lyon.org
Sat Apr 4 06:18:29 CDT 2009


[adding djc in CC]

On Fri, Apr 03, 2009 at 04:09:29PM +0100, Pat Downey wrote:
> >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

-- 
:wq


More information about the Mercurial-devel mailing list