##// END OF EJS Templates
cat --decode: Drop short option, use opts.get() instead of opts[]...
cat --decode: Drop short option, use opts.get() instead of opts[] - hg archive --no-decode has no short option, too, and maybe both could use -d in the future to select revisions by date. - opts.get makes python scripts calling cat() happy, because they don't have to pass the new option.

File last commit:

r5269:46c5e1ee default
r6094:3998c1b0 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>