[BUG] hg log -v crashes

Guido Ostkamp hg at ostkamp.fastmail.fm
Mon Feb 11 09:41:32 CST 2008


Hello Maxim,

On Mon, 11 Feb 2008 16:19:06 +0300, "Maxim Dounin" <mdounin at mdounin.ru>
said:
> The problem is that 'strip' (and 'fill76' too, actually) only 
> applicable to strings, while file_adds is a list. You should use 
> 'stringify' if you really need to do something with list as 
> string, e.g.:
> 
> hg log --template '{file_adds|stringify|strip|fill76}' -l1

thank you. I've added a 'stringify' and it has stopped crashing.

Regards

Guido


More information about the Mercurial-devel mailing list