mercurial/templates/atom/changelog.tmpl
author Nicholas Riley <njriley@illinois.edu>
Tue, 12 Jul 2011 12:06:11 -0400
branchstable
changeset 14862 abf915f537be
parent 9999 f91e5630ce7e
child 18526 9409aeaafdc1
permissions -rw-r--r--
eol: ignore IOError from deleted files in commitctx A Mercurial repo signals a file is deleted by raising IOError when the file's data is requested. This IOError is normally caught by localrepository.commitctx. With the eol extension enabled and EOL mappings in place, the eolrepo subclass should ignore IOError because a deleted file has no line endings to process. This issue exhibited itself when performing an incremental hg convert of a revision with deleted files to a repo with an existing .hgeol file.

{header}
 <!-- Changelog -->
 <id>{urlbase}{url}</id>
 <link rel="self" href="{urlbase}{url}atom-log"/>
 <link rel="alternate" href="{urlbase}{url}"/>
 <title>{repo|escape} Changelog</title>
 {latestentry%feedupdated}

{entries%changelogentry}
</feed>