##// 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
tagentry.tmpl
8 lines | 299 B | application/x-cheetah | CheetahLexer
Robert Bachmann
Added support for the Atom syndication format
r5269 <entry>
<title>#tag|escape#</title>
<link rel="alternate" href="{urlbase}{url}rev/{node}"/>
<id>http://www.selenic.com/mercurial/#tag-{node}</id>
<updated>#date|rfc3339date#</updated>
<published>#date|rfc3339date#</published>
<content type="text">#tag|strip|escape#</content>
</entry>