log

age author description
Tue, 28 May 2019 23:22:46 -0700 Kyle Lippincott tests: make run-tests exit non-zero if there are "errors"
Thu, 23 May 2019 18:15:08 +0200 Pierre-Yves David perf: add a `perfhelper-mergecopies` command
Thu, 23 May 2019 14:48:02 +0200 Pierre-Yves David perf: add a new `perfmergecopies` command
Thu, 23 May 2019 14:02:01 +0200 Pierre-Yves David perf: factor selection of revisions involved in the merge out
Thu, 23 May 2019 13:49:31 +0200 Pierre-Yves David perf: allow to specify the base of the merge in perfmergecalculate
Thu, 23 May 2019 11:19:48 +0200 Pierre-Yves David perf: add a --from flag to perfmergecalculate
Tue, 28 May 2019 09:57:53 -0400 Augie Fackler merge with stable
Sat, 25 May 2019 19:49:44 +0300 Pulkit Goyal py3: fix test-narrow* which started failing because of recent changes
Thu, 23 May 2019 22:50:11 -0400 Matt Harbison manifest: add some documentation to _lazymanifest python code stable 5.0.1
Thu, 23 May 2019 21:54:24 -0400 Matt Harbison manifest: avoid corruption by dropping removed files with pure (issue5801) stable
Thu, 23 May 2019 21:39:19 -0400 Matt Harbison tests: demonstrate broken manifest generation with the pure module stable
Sat, 11 May 2019 00:06:06 -0700 Martin von Zweigbergk tests: add test for {file_mods}, {file_adds}, {file_dels} on merge commit
Thu, 18 Apr 2019 13:34:20 -0700 Martin von Zweigbergk context: add ctx.files{modified,added,removed}() methods
Thu, 09 May 2019 15:09:07 -0700 Martin von Zweigbergk copies: split up _chain() in naive chaining and filtering steps
Fri, 24 May 2019 09:24:47 -0700 Martin von Zweigbergk relnotes: document changed behavior of ui.origbackuppath pointing to file
Sat, 11 May 2019 00:17:42 -0700 Martin von Zweigbergk templatekw: move showfileadds() close to showfile{mods,dels}()
Fri, 24 May 2019 15:38:50 +0300 Pulkit Goyal py3: use range() instead of xrange()
Fri, 24 May 2019 15:59:59 +0300 Pulkit Goyal narrow: move heads close to common as they are closely related
Fri, 24 May 2019 15:57:00 +0300 Pulkit Goyal narrow: pass binary nodeids to generateellipsesbundle2()
Fri, 24 May 2019 12:33:46 +0200 Pierre-Yves David match: stabilize _rootsdirsandparents doctest
Tue, 21 May 2019 05:32:14 +0530 Pulkit Goyal narrow: factor out logic to build ellipses related b2parts in separate fn
Tue, 21 May 2019 04:49:18 +0530 Pulkit Goyal narrow: remove unrequired compat code for old versions of hg
Thu, 23 May 2019 19:05:39 +0200 Pierre-Yves David perf: make sure to explicitly disable any profiler after the first iteration
Wed, 22 May 2019 16:20:34 -0700 Danny Hooper test: add missing 'cd ..' to test case
Wed, 22 May 2019 14:16:44 -0700 Martin von Zweigbergk match: remove an obsolete comment about util.finddirs()
Wed, 22 May 2019 13:58:05 -0700 Martin von Zweigbergk match: de-flake test-doctest.py by not depending on util.dirs() order
Tue, 21 May 2019 15:26:48 +0200 Pierre-Yves David perf: add an option to profile the benchmark section
Tue, 21 May 2019 15:08:06 +0200 Pierre-Yves David perf: add a `pre-run` option
Mon, 20 May 2019 18:09:41 -0700 Danny Hooper narrow: consider empty commits to be "inside the narrow spec" for templates
Tue, 21 May 2019 20:07:20 +0200 Georges Racinet rust-python3: useless python2 specific import