Mercurial > hg
log
age | author | description |
---|---|---|
Wed, 23 May 2018 22:25:00 -0400 | Matt Harbison | py3: replace str.format(x) with `str % x` in githelp |
Wed, 23 May 2018 22:17:04 -0400 | Matt Harbison | githelp: drop the trailing period from single sentence output for consistency |
Wed, 04 Apr 2018 20:37:52 +0900 | Yuya Nishihara | hgweb: wrap {entries}* of filelog with mappinglist |
Wed, 04 Apr 2018 20:37:03 +0900 | Yuya Nishihara | hgweb: don't use dict(key=value) to build a mapping dict in filelog |
Wed, 04 Apr 2018 20:31:16 +0900 | Yuya Nishihara | hgweb: wrap {diffopts} of annotate by hybriddict() |
Wed, 04 Apr 2018 20:29:58 +0900 | Yuya Nishihara | hgweb: wrap {parents} of {annotate} with mappinggenerator |