view templates/map-raw @ 2050:e49d0fa38176

util.copyfiles: only switch to copy if hardlink raises IOError or OSError. before this, interrupting clone would give "file a same as file b" error because caught KeyboardInterrupt.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Wed, 05 Apr 2006 17:17:07 -0700
parents c64bef3d7043
children c067ee483d2e
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#'