Mercurial > public > mercurial-scm > hg
log mercurial/cmdutil.py @ 32873:2ecce24dfcd3
age | author | description |
---|---|---|
Sat, 22 Apr 2017 19:56:47 +0900 | Yuya Nishihara | templater: add simple interface for unnamed template (API) |
Fri, 16 Jun 2017 01:28:23 +0530 | Pulkit Goyal | py3: explicitly convert dict.values() to a list on py3 |
Tue, 11 Apr 2017 21:38:24 +0900 | Yuya Nishihara | changeset_templater: render template specified by templatespec tuple |
Sat, 22 Apr 2017 19:07:00 +0900 | Yuya Nishihara | formatter: put topic in templatespec tuple |
Sat, 22 Apr 2017 19:02:47 +0900 | Yuya Nishihara | cmdutil: pass templatespec tuple directly to changeset_templater (API) |
Sat, 22 Apr 2017 18:48:38 +0900 | Yuya Nishihara | formatter: wrap (tmpl, mapfile) by named tuple |
Sat, 22 Apr 2017 18:42:03 +0900 | Yuya Nishihara | cmdutil: factor out helper to create changeset_templater with literal template |