view templates/map-raw @ 1747:91c56c427171

transitive copy/rename Add support for transitive copy or rename operations, e.g. hg rename a b ... (possibly edit b) hg rename b c hg commit ... by actually renaming "b" as "c" while recording a copy of "a" to "c" and a removal of "a".
author Robin Farine <robin.farine@terminus.org>
date Sat, 18 Feb 2006 07:37:59 -0800
parents 03cb6bf43a9b
children c64bef3d7043
line wrap: on
line source

header = header-raw.tmpl
footer = ""
changeset = changeset-raw.tmpl
difflineplus = "#line#"
difflineminus = "#line#"
difflineat = "#line#"
diffline = "#line#"
changesetparent = "# parent: #node#"
changesetchild = "# child: #node#"
filenodelink = ""
filerevision = filerevision-raw.tmpl
fileline = "#line#"
diffblock = "#lines#"
filediff = filediff-raw.tmpl
fileannotate = fileannotate-raw.tmpl
annotateline = "#author#@#rev#: #line#"