log

age author description
Wed, 05 Sep 2018 01:19:48 +0300 Meirambek Omyrzak verify: make output less confusing (issue5924)
Tue, 04 Sep 2018 21:28:28 +0200 Boris Feld revlog: clarify the comment attached to delta reuse
Tue, 04 Sep 2018 21:05:21 +0200 Boris Feld revlog: drop duplicated code
Wed, 05 Sep 2018 09:04:40 -0700 Gregory Szorc wireprotov2peer: properly format errors
Thu, 23 Aug 2018 13:50:47 -0700 Gregory Szorc wireprotov2peer: report exceptions in frame handling against request future
Sat, 08 Sep 2018 21:58:51 +0800 Anton Shestakov httppeer: use util.readexactly() to abort on incomplete responses
Sat, 08 Sep 2018 23:57:07 +0800 Anton Shestakov httppeer: calculate total expected bytes correctly
Fri, 07 Sep 2018 23:36:09 -0700 Martin von Zweigbergk lazyancestors: reuse __iter__ implementation in __contains__
Sun, 09 Sep 2018 23:16:55 -0700 Martin von Zweigbergk lazyancestors: extract __iter__ to free function
Thu, 30 Aug 2018 01:53:21 +0200 Boris Feld phase: report number of non-public changeset alongside the new range
Fri, 07 Sep 2018 23:54:42 -0400 Matt Harbison tests: disable test-nointerrupt on Windows
Fri, 07 Sep 2018 23:39:49 -0400 Matt Harbison tests: conditionalize an error message about unlinking a non empty directory
Fri, 07 Sep 2018 14:48:38 -0700 Martin von Zweigbergk ancestors: add nullrev to set from the beginning
Sat, 08 Sep 2018 10:59:24 +0900 Yuya Nishihara ancestor: filter out initial revisions lower than stoprev
Sat, 08 Sep 2018 10:48:42 +0900 Yuya Nishihara ancestor: add test showing inconsistency between __iter__ and __contains__
Thu, 06 Sep 2018 19:37:38 -0400 Boris Feld ancestors: ensure a consistent order even in the "inclusive" case
Thu, 06 Sep 2018 17:00:28 -0400 Boris Feld ancestors: actually iterate over ancestors in topological order (issue5979)
Thu, 06 Sep 2018 22:12:21 +0900 Yuya Nishihara doc: use modern import style in runrst
Sun, 26 Aug 2018 22:18:09 +0900 Yuya Nishihara hgweb: do not audit URL path as working-directory path
Sun, 26 Aug 2018 22:23:25 +0900 Yuya Nishihara hgweb: map Abort to 403 error to report inaccessible path for example
Fri, 07 Sep 2018 22:19:28 +0900 Yuya Nishihara hgweb: add error template to json so it won't crash
Fri, 07 Sep 2018 22:12:46 +0900 Yuya Nishihara hgweb: show shortlog by default in json output (issue5978)
Fri, 07 Sep 2018 11:35:43 -0400 Augie Fackler merge with stable
Tue, 04 Sep 2018 15:16:22 +0300 Pulkit Goyal tests: improve the widening testing in test-narrow-widen*
Tue, 04 Sep 2018 19:26:50 +0300 Pulkit Goyal narrow: use util.readfile() and improve error message using --narrowspec
Tue, 04 Sep 2018 15:55:23 -0700 Gregory Szorc merge: use vfs methods for I/O
Thu, 06 Sep 2018 18:30:12 -0700 Gregory Szorc merge: move purge logic from extension
Thu, 06 Sep 2018 23:37:24 -0400 Matt Harbison tests: stabilize test-removeemptydirs.t on Windows
Thu, 06 Sep 2018 21:55:30 +0900 Yuya Nishihara help: add internals.wireprotocolv2 to the table, and remove redundant header
Fri, 17 Aug 2018 19:18:53 -0700 Kyle Lippincott match: improve includematcher.visitchildrenset to be much faster and cached