##// END OF EJS Templates
revert: don't assume ignored files will be returned in the unknown list...
revert: don't assume ignored files will be returned in the unknown list That's just an artifact of the current implementation, and I'll change that soon. Bonus points: - we don't care about the unknown list at all - we don't print an extra message if we try to revert a removed file that is not present in the target revision

File last commit:

r5269:46c5e1ee default
r6031:73833847 default
Show More
filelog.tmpl
8 lines | 242 B | application/x-cheetah | CheetahLexer
#header#
<id>{urlbase}{url}atom-log/tip/{file|escape}</id>
<link rel="self" href="{urlbase}{url}atom-log/tip/{file|escape}"/>
<title>#repo|escape#: #file|escape# history</title>
#latestentry%feedupdated#
#entries%changelogentry#
</feed>