##// END OF EJS Templates
dirstate.status: avoid putting ignored files in the unknown list...
dirstate.status: avoid putting ignored files in the unknown list If list_ignored was false, we would blindly add files not in the dirstate to the unknown list. This should finish fixing issue886.

File last commit:

r5269:46c5e1ee default
r6033:a1ebd5cd default
Show More
filelog.tmpl
8 lines | 242 B | application/x-cheetah | CheetahLexer
Robert Bachmann
Added support for the Atom syndication format
r5269 #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>