6 lines
388 B
Plaintext

changeset = "{node} <branches>{branches}</branches><tags>{tags}</tags><bookmarks>{bookmarks}</bookmarks><phase>{phase|escape}</phase><author>{author}</author><monky-date>{date}</monky-date>{desc|firstline}\n"
branch = '<branch>{branch|escape}</branch>'
tag = '<tag>{tag|escape}</tag>'
bookmark = '<bookmark>{bookmark|escape}</bookmark>'
date = '<monky-date>{date|shortdate}</monky-date>'