[John Arbash Meinel] > The easiest way to do that, would be to allow python expansion for > certain keys. Something like: > %(revision_id)s > Or %(revno)s ... or maybe consider using string.Template instead, as the format strings used by the % operator are quite easy to get wrong. -- Harald