##// END OF EJS Templates
make changeset outputted by the raw template to be closer to 'hg export'
Benoit Boissinot -
r2520:e30f425a default
parent child Browse files
Show More
@@ -1,9 +1,9 b''
1 #header#
1 #header#
2 # HG changeset patch
2 # HG changeset patch
3 # User #author#
3 # User #author#
4 # Date #date|date#
4 # Date #date|hgdate#
5 # Node ID #node#
5 # Node ID #node#
6 #parent%changesetparent#
6 #parent%changesetparent#
7 #desc#
7 #desc#
8
8
9 #diff#
9 #diff#
@@ -1,16 +1,16 b''
1 header = header-raw.tmpl
1 header = header-raw.tmpl
2 footer = ''
2 footer = ''
3 changeset = changeset-raw.tmpl
3 changeset = changeset-raw.tmpl
4 difflineplus = '#line#'
4 difflineplus = '#line#'
5 difflineminus = '#line#'
5 difflineminus = '#line#'
6 difflineat = '#line#'
6 difflineat = '#line#'
7 diffline = '#line#'
7 diffline = '#line#'
8 changesetparent = '# parent: #node#'
8 changesetparent = '# Parent #node#'
9 changesetchild = '# child: #node#'
9 changesetchild = '# Child #node#'
10 filenodelink = ''
10 filenodelink = ''
11 filerevision = 'Content-Type: #mimetype#\nContent-Disposition: filename=#file#\n\n#raw#'
11 filerevision = 'Content-Type: #mimetype#\nContent-Disposition: filename=#file#\n\n#raw#'
12 fileline = '#line#'
12 fileline = '#line#'
13 diffblock = '#lines#'
13 diffblock = '#lines#'
14 filediff = filediff-raw.tmpl
14 filediff = filediff-raw.tmpl
15 fileannotate = fileannotate-raw.tmpl
15 fileannotate = fileannotate-raw.tmpl
16 annotateline = '#author#@#rev#: #line#'
16 annotateline = '#author#@#rev#: #line#'
General Comments 0
You need to be logged in to leave comments. Login now