##// 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
tagentry.tmpl
8 lines | 299 B | application/x-cheetah | CheetahLexer
<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>