##// END OF EJS Templates
typing: fix return type of logcmdutil.getrevs()...
typing: fix return type of logcmdutil.getrevs() Fixes the following errors: Invalid type annotation "'Tuple[smartset.BaseSet, changesetdiffer]'" [invalid-annotation] No attribute 'BaseSet' on module 'mercurial.smartset' getrevs: bad option in return type [bad-return-type] Expected: Tuple[mercurial.smartset.abstractsmartset, changesetdiffer] Actually returned: Tuple[mercurial.smartset.baseset, None]

File last commit:

r29435:b8ede1f7 default
r44163:f892089b default
Show More
tags.tmpl
6 lines | 153 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {header}
av6
hgweb: remove a couple of superfluous spaces in rss style
r29435 <title>{repo|escape}: tags</title>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <description>{repo|escape} tag history</description>
{entriesnotip%tagentry}
</channel>
</rss>