##// END OF EJS Templates
hgweb: generate archive links in order...
hgweb: generate archive links in order It would be nice for archive links to always be in a certain commonly used order, such as 'zip', 'bz', 'gzip2'. Repo index page (hgwebdir_mod) already shows archive links in this order, let's do the same in hgweb_mod. Sadly, archivespecs is a regular unordered dict, and collections.OrderedDict is new in 2.7. But requestcontext.archives is a tuple of archive types, so it can be used as an index to archivespecs.

File last commit:

r30346:9cc438bf default
r30735:9823e2f5 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer