log

age author description
Wed, 29 Jul 2020 10:42:09 -0700 Martin von Zweigbergk templater: stop accepting a single style to stylemap()
Thu, 23 Jul 2020 10:20:48 -0700 Martin von Zweigbergk formatter: inline a variable assigned from `templater.templater.frommapfile`
Wed, 22 Jul 2020 21:23:46 -0700 Martin von Zweigbergk templater: don't normalize path separators to '/' when interacting with OS
Thu, 23 Jul 2020 22:50:20 -0700 Martin von Zweigbergk formatter: remove now-unnecessary check for file-ness
Thu, 23 Jul 2020 22:47:55 -0700 Martin von Zweigbergk templater: make templatepath() not return directory paths
Thu, 23 Jul 2020 22:44:18 -0700 Martin von Zweigbergk tests: show unusual error message for `hg log --style coal`
Wed, 22 Jul 2020 10:34:24 -0700 Martin von Zweigbergk config: remove now-unused `abs` argument from `include` callback
Wed, 22 Jul 2020 10:32:28 -0700 Martin von Zweigbergk config: re-calculate absolute %include path in `include` callback
Wed, 22 Jul 2020 10:25:28 -0700 Martin von Zweigbergk subrepoutil: use relative path for looking up config `%include`s
Wed, 22 Jul 2020 00:13:02 -0700 Martin von Zweigbergk config: remove now-unused support for "includepaths"
Sat, 25 Jul 2020 22:51:26 +0900 Yuya Nishihara dispatch: adjust ui.flush() timing to stabilize test-blackbox.t stable
Sun, 26 Jul 2020 12:46:04 -0700 Gregory Szorc clonebundles: document REQUIREDRAM key stable
Sat, 25 Jul 2020 15:37:05 +0200 Pierre-Yves David commitctx: gather more code dealing with copy-in-extra
Sat, 25 Jul 2020 15:33:45 +0200 Pierre-Yves David commitctx: rename files to touched in a couple of place
Sat, 25 Jul 2020 15:13:25 +0200 Pierre-Yves David commitctx: extract copy information encoding into extra into commit.py