Mercurial > public > mercurial-scm > hg
log mercurial/logcmdutil.py @ 43701:c9301ac73b95
age | author | description |
---|---|---|
Wed, 13 Nov 2019 22:22:31 -0500 | Augie Fackler | logcmdutil: add a type annotation |
Thu, 14 Nov 2019 15:27:50 -0500 | Augie Fackler | logcmdutil: use field names instead of field numbers on scmutil.status |
Thu, 14 Nov 2019 11:11:38 +0100 | Denis Laxalde | logcmdutil: let getlinerangerevs() return "revs" as a smartset |
Tue, 08 Oct 2019 15:06:18 -0700 | Martin von Zweigbergk | cleanup: join string literals that are already on one line |
Mon, 07 Oct 2019 00:04:04 -0400 | Gregory Szorc | py3: finish porting iteritems() to pycompat and remove source transformer |
Sun, 06 Oct 2019 14:58:41 -0400 | Yuya Nishihara | log: populate keywords if specified in custom -Tjson(...) or -Tcbor(...) |
Sat, 05 Oct 2019 23:20:35 -0400 | Yuya Nishihara | formatter: parse name of built-in formatter templates in standard way |