log

age author description
Sat, 25 Feb 2017 01:07:52 +0900 FUJIWARA Katsunori worker: ignore meaningless exit status indication returned by os.waitpid() stable
Tue, 07 Feb 2017 17:13:25 -0500 Augie Fackler pager: add a config knob to just globally turn off the pager
Tue, 07 Feb 2017 00:07:53 -0500 Augie Fackler pager: move most help to a new help topic and deprecate extension
Tue, 21 Feb 2017 14:20:05 -0500 Augie Fackler dispatch: rearrange 'unknown command' code to better employ pager
Tue, 21 Feb 2017 14:17:31 -0500 Augie Fackler help: move rst formatting of help documents into help.py
Tue, 21 Feb 2017 11:06:02 -0500 Augie Fackler outgoing: avoid running pager until we're actually showing changes
Tue, 21 Feb 2017 10:53:13 -0500 Augie Fackler incoming: delay pager activation until right before printing changes
Sat, 18 Feb 2017 21:30:28 +1100 Ben Schmidt histedit: modify rollup to discard date from the rollup commit (issue4820)
Sat, 18 Feb 2017 21:30:28 +1100 Ben Schmidt histedit: improve documentation and behaviour of dates
Tue, 21 Feb 2017 01:21:00 +0900 FUJIWARA Katsunori localrepo: check HG_PENDING strictly
Tue, 21 Feb 2017 01:21:00 +0900 FUJIWARA Katsunori phases: check HG_PENDING strictly
Tue, 21 Feb 2017 01:21:00 +0900 FUJIWARA Katsunori bookmarks: check HG_PENDING strictly
Tue, 21 Feb 2017 01:20:59 +0900 FUJIWARA Katsunori tests: make directory to prevent test process from going out of $TESTTMP
Tue, 21 Feb 2017 01:20:59 +0900 FUJIWARA Katsunori txnutil: factor out the logic to read file in according to HG_PENDING
Mon, 20 Feb 2017 01:54:07 -0800 Stanislau Hlebik repoview: separate cache hash computation from cache reading