mercurial/hgweb/hgwebdir_mod.py
changeset 3473 2896ce093ec4
parent 3415 ec6f400cff4d
child 3474 bbfb392b2b1a
equal deleted inserted replaced
3472:9fab252a7545 3473:2896ce093ec4
   200                          "%s%s" % ((not descending and column == sortcolumn)
   200                          "%s%s" % ((not descending and column == sortcolumn)
   201                                    and "-" or "", column))
   201                                    and "-" or "", column))
   202                         for column in sortable]
   202                         for column in sortable]
   203                 req.write(tmpl("index", entries=entries,
   203                 req.write(tmpl("index", entries=entries,
   204                                sortcolumn=sortcolumn, descending=descending,
   204                                sortcolumn=sortcolumn, descending=descending,
       
   205                                motd=self.motd,
   205                                **dict(sort)))
   206                                **dict(sort)))