diff templates/map-raw @ 2520:e30f425a4b2c

make changeset outputted by the raw template to be closer to 'hg export'
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 30 Jun 2006 10:16:38 +0200
parents c067ee483d2e
children 8a8d9ada4528
line wrap: on
line diff
--- a/templates/map-raw
+++ b/templates/map-raw
@@ -5,8 +5,8 @@ difflineplus = '#line#'
 difflineminus = '#line#'
 difflineat = '#line#'
 diffline = '#line#'
-changesetparent = '# parent: #node#'
-changesetchild = '# child: #node#'
+changesetparent = '# Parent #node#'
+changesetchild = '# Child #node#'
 filenodelink = ''
 filerevision = 'Content-Type: #mimetype#\nContent-Disposition: filename=#file#\n\n#raw#'
 fileline = '#line#'