Thu, 23 Aug 2018 00:41:20 -0700 Kyle Lippincott treemanifest: avoid loading everything just to get their nodeid
Thu, 23 Aug 2018 00:34:25 -0700 Kyle Lippincott treemanifest: avoid unnecessary copies/processing when using alwaysmatcher
Thu, 23 Aug 2018 00:33:06 -0700 Kyle Lippincott treemanifest: attempt to avoid loading all lazily-loaded subdirs in _isempty
Thu, 16 Aug 2018 12:31:52 -0700 spectral treemanifest: introduce lazy loading of subdirs
Fri, 07 Sep 2018 17:54:55 -0400 Boris Feld contrib: use a monotonic timer in catapipe
Fri, 07 Sep 2018 17:51:07 -0400 Boris Feld contrib: fix catapipe output argument documentation
Thu, 06 Sep 2018 16:59:25 -0400 Boris Feld tracing: trace command function execution
Fri, 07 Sep 2018 16:51:51 -0400 Boris Feld extension: add a summary of total loading time per extension
Thu, 06 Sep 2018 16:49:37 -0400 Boris Feld extensions: trace the total time of running all reposetup callbacks
Thu, 06 Sep 2018 16:21:42 -0400 Boris Feld extensions: trace the total time of running all extsetup callbacks
Thu, 06 Sep 2018 16:20:05 -0400 Boris Feld extensions: trace the total time of running all uisetup callbacks
Mon, 10 Sep 2018 19:36:25 -0700 Boris Feld extensions: add timing for extensions reposetup
Fri, 07 Sep 2018 11:18:45 -0400 Boris Feld sparse-revlog: set max delta chain length to on thousand
Fri, 07 Sep 2018 11:18:45 -0400 Boris Feld snapshot: also consider the snapshot chain of one unrelated revision
Fri, 07 Sep 2018 11:17:37 -0400 Boris Feld snapshot: extract parent chain computation
Fri, 07 Sep 2018 11:17:36 -0400 Boris Feld snapshot: refine candidate snapshot base upward
Fri, 07 Sep 2018 11:17:35 -0400 Boris Feld snapshot: try to refine new snapshot base down the chain
Fri, 07 Sep 2018 11:17:34 -0400 Boris Feld snapshot: make sure we'll never refine delta base from a reused source
Fri, 07 Sep 2018 11:17:34 -0400 Boris Feld snapshot: turn _refinedgroups into a coroutine
Fri, 07 Sep 2018 11:17:33 -0400 Boris Feld snapshot: also use None as a stop value for `_refinegroup`
Fri, 07 Sep 2018 11:17:33 -0400 Boris Feld snapshot: add refining logic at the findeltainfo level
Fri, 07 Sep 2018 11:17:32 -0400 Boris Feld snapshot: use None as a stop value when looking for a good delta
Fri, 07 Sep 2018 11:17:32 -0400 Boris Feld snapshot: introduce an intermediate `_refinedgroups` generator
Fri, 07 Sep 2018 11:17:31 -0400 Boris Feld snapshot: consider unrelated snapshots at a similar level first
Fri, 07 Sep 2018 11:17:30 -0400 Boris Feld snapshot: consider all snapshots in the parents' chains
Fri, 07 Sep 2018 11:17:30 -0400 Boris Feld snapshot: search for unrelated but reusable full-snapshot
Fri, 07 Sep 2018 11:17:29 -0400 Boris Feld snapshot: try intermediate snapshot against parents' base
Mon, 10 Sep 2018 09:08:24 -0700 Boris Feld sparse-revlog: add a test checking revlog deltas for a churning file
Sat, 18 Aug 2018 12:45:44 +0200 Boris Feld tests: add a `tests/artifacts/` directory
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
Thu, 06 Sep 2018 03:21:05 +0530 Pulkit Goyal py3: add new passing tests spotted by the buildbot
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip