Mercurial > public > mercurial-scm > hg
log mercurial/hgweb/webcommands.py @ 37066:b33b91ca2ec2
age | author | description |
---|---|---|
Sun, 18 Mar 2018 12:28:19 +0900 | Yuya Nishihara | annotate: pack line content into annotateline object (API) |
Fri, 16 Mar 2018 21:39:32 +0900 | Yuya Nishihara | templater: use named function to expand template against mapping dict (API) |
Fri, 16 Mar 2018 12:10:15 -0700 | Gregory Szorc | hgweb: convert an assert to a ProgrammingError |
Sat, 10 Mar 2018 20:51:46 -0800 | Gregory Szorc | hgweb: stop passing req and tmpl into @webcommand functions (API) |
Sat, 10 Mar 2018 19:57:08 -0800 | Gregory Szorc | hgweb: pass modern request type into various webutil functions (API) |
Sat, 10 Mar 2018 19:46:54 -0800 | Gregory Szorc | hgweb: don't redundantly pass templater with requestcontext (API) |
Sat, 10 Mar 2018 20:38:28 -0800 | Gregory Szorc | hgweb: use templater on requestcontext instance |