annotate lib/redmine/scm/adapters/mercurial/.svn/text-base/hg-template-1.0.tmpl.svn-base @ 866:2cd212a468b6 bug_152

Close obsolete branch bug_152
author Chris Cannam
date Wed, 11 May 2011 10:08:34 +0100
parents 513646585e45
children af80e5618e9b
rev   line source
Chris@0 1 changeset = 'This template must be used with --debug option\n'
Chris@0 2 changeset_quiet = 'This template must be used with --debug option\n'
Chris@0 3 changeset_verbose = 'This template must be used with --debug option\n'
Chris@0 4 changeset_debug = '<logentry revision="{rev}" node="{node|short}">\n<author>{author|escape}</author>\n<date>{date|isodate}</date>\n<paths>\n{file_mods}{file_adds}{file_dels}{file_copies}</paths>\n<msg>{desc|escape}</msg>\n{tags}</logentry>\n\n'
Chris@0 5
Chris@0 6 file_mod = '<path action="M">{file_mod|escape}</path>\n'
Chris@0 7 file_add = '<path action="A">{file_add|escape}</path>\n'
Chris@0 8 file_del = '<path action="D">{file_del|escape}</path>\n'
Chris@0 9 file_copy = '<path-copied copyfrom-path="{source|escape}">{name|urlescape}</path-copied>\n'
Chris@0 10 tag = '<tag>{tag|escape}</tag>\n'
Chris@0 11 header='<?xml version="1.0" encoding="UTF-8" ?>\n<log>\n\n'
Chris@0 12 # footer="</log>"