##// 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:

r5928:3340aa5a default
r6094:3998c1b0 default
Show More
map
10 lines | 313 B | text/plain | TextLexer
Robert Bachmann
Added support for the Atom syndication format
r5269 default = 'changelog'
feedupdated = '<updated>#date|rfc3339date#</updated>'
Dirkjan Ochtman
hgweb: move HTTP content types out of header templates...
r5928 mimetype = 'application/atom+xml; charset={encoding}'
Robert Bachmann
Added support for the Atom syndication format
r5269 header = header.tmpl
changelog = changelog.tmpl
changelogentry = changelogentry.tmpl
filelog = filelog.tmpl
filelogentry = filelogentry.tmpl
tags = tags.tmpl
tagentry = tagentry.tmpl