Mercurial > hg
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 Fri Jun 30 10:15:18 2006 +0200 +++ b/templates/map-raw Fri Jun 30 10:16:38 2006 +0200 @@ -5,8 +5,8 @@ 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#'