Thu, 02 Jan 2020 01:16:18 +0700 Anton Shestakov obshistory: use successorsandmarkers() from obsutil, drop local variant
Tue, 31 Dec 2019 21:41:22 +0700 Anton Shestakov compat: drop code from 35b2d201eb71 (compatibility with hg 4.3)
Thu, 26 Dec 2019 22:32:44 +0700 Anton Shestakov tests: rename precursors to predecessors in test-evolve-templates.t
Thu, 28 Nov 2019 11:41:17 +0700 Anton Shestakov evolve: correct spelling of superseded everywhere else
Thu, 28 Nov 2019 11:37:56 +0700 Anton Shestakov evolve: use obsutil._getobsfate() directly
Sat, 28 Dec 2019 23:20:05 +0530 Sushil khanchi evolve: remove dead code
Sat, 07 Dec 2019 23:13:40 +0530 Sushil khanchi evolve: use utility._singlesuccessor() in _solveunstable()
Wed, 18 Dec 2019 16:21:37 +0100 Pierre-Yves David evolve: preliminary indentation
Fri, 03 Jan 2020 23:12:19 +0700 Anton Shestakov evolve: provide cache argument to obsutil.successorssets() correctly stable
Fri, 20 Dec 2019 14:08:37 +0700 Anton Shestakov pullbundle: random.sample() chokes on a spanset, turn it into a list instead
Fri, 20 Dec 2019 13:50:31 +0700 Anton Shestakov pullbundle: use % instead of .format() because % exists for bytes
Thu, 19 Dec 2019 18:16:18 +0700 Anton Shestakov tests: test that debugpullbundlecacheoverlap command works
Thu, 19 Dec 2019 18:02:31 +0700 Anton Shestakov pullbundle: compatibility for progress in hg <= 4.6
Thu, 19 Dec 2019 18:01:15 +0700 Anton Shestakov compat: add hg version to progress compatibility code
Mon, 09 Dec 2019 19:59:51 +0700 Anton Shestakov serverminitopic: ask pytype to disable import-error on a block handling hg 4.5
Mon, 09 Dec 2019 19:58:58 +0700 Anton Shestakov topic: ask pytype to disable import-error on a block handling hg 4.5
Mon, 09 Dec 2019 16:40:53 +0700 Anton Shestakov evolve: remove unused struct import
Mon, 09 Dec 2019 19:44:10 +0700 Anton Shestakov compat: ask pytype to ignore some warnings
Wed, 06 Nov 2019 18:15:00 +0530 Sushil khanchi evolve: extract logic of pre-checking divergence risk to its own function
Tue, 24 Dec 2019 23:31:42 +0700 Anton Shestakov heptapod-ci: skip test-evolve.t in tests-py2-pure job mercurial-4.5
Tue, 10 Dec 2019 00:05:23 +0100 Pierre-Yves David heptapod-ci: test python 4.5 with the pure version of Mercurial mercurial-4.5
Thu, 26 Dec 2019 21:23:30 +0100 Pierre-Yves David branching: merge with stable
Thu, 26 Dec 2019 12:22:49 +0700 Anton Shestakov pullbundle: kwarg to changegroup.makestream() is called matcher stable
Sun, 01 Dec 2019 12:41:20 +0530 Sushil khanchi evolve: extract pre merging content-div csets logic to its own function
Thu, 26 Dec 2019 20:28:21 +0100 Pierre-Yves David evolve: further simplify a conditional
Thu, 26 Dec 2019 20:23:27 +0100 Pierre-Yves David evolve: simplify some conditional
Thu, 26 Dec 2019 20:17:01 +0100 Pierre-Yves David evolve: rename some variable ahead of time
Thu, 28 Nov 2019 19:01:28 +0530 Sushil khanchi evolve: add logic to cover --stop when "divergent" relocation in play
Thu, 28 Nov 2019 17:58:45 +0530 Sushil khanchi evolve: test to show that --stop is not working when "divergent" relocated
Wed, 27 Nov 2019 22:52:08 +0530 Sushil khanchi evolve: add test to show that --abort is working fine
Fri, 20 Dec 2019 17:39:44 +0530 Sushil khanchi evolve: fix a bug in logic to choose destination when no active topic stable
Fri, 20 Dec 2019 17:32:07 +0530 Sushil khanchi evolve: add test to demonstrate a bug when no active topic stable
Fri, 20 Dec 2019 17:31:57 +0530 Sushil khanchi evolve: fix a bug in logic of choosing destination for hg update stable
Fri, 20 Dec 2019 17:17:30 +0530 Sushil khanchi evolve: add test to demonstrate a bug when active topic is empty stable
Thu, 19 Dec 2019 21:36:59 -0800 Martin von Zweigbergk evolvecmd: fix a typo node->None
Thu, 19 Dec 2019 21:15:31 -0800 Martin von Zweigbergk evolvecmd: avoid a ctx->node->ctx conversion
Thu, 19 Dec 2019 13:06:29 -0800 Martin von Zweigbergk evolvecmd: mark relocate() private
Thu, 19 Dec 2019 22:31:13 -0800 Martin von Zweigbergk cleanup: replace .parents()[0] by .p1()
Wed, 27 Nov 2019 20:54:48 +0530 Sushil khanchi evolve: add more tests for --continue case when relocating "divergent"
Wed, 27 Nov 2019 19:50:33 +0530 Sushil khanchi evolve: use meaningful variable names for a return value
Wed, 27 Nov 2019 12:34:19 +0530 Sushil khanchi evolve: add logic to cover --continue case when relocating "divergent"
Mon, 25 Nov 2019 21:28:52 +0530 Sushil khanchi evolve: add test for `--continue` case when relocating "divergent"
Mon, 25 Nov 2019 19:12:51 +0530 Sushil khanchi evolve: use more specific key name to store in evolvestate
Fri, 13 Dec 2019 01:29:27 +0530 Sushil khanchi evolve: move a test where it makes more sense
Thu, 12 Dec 2019 17:22:18 +0530 Sushil khanchi evolve: remove the unnecessary condition to check empty successors set
Tue, 19 Nov 2019 14:54:13 -0800 Martin von Zweigbergk evolve: delete redundant and incorrect code for updating dirstate
Tue, 19 Nov 2019 14:24:31 -0800 Martin von Zweigbergk tests: demonstrate how evolve loses transitive copies when interrupted
Mon, 09 Dec 2019 10:36:11 -0800 Martin von Zweigbergk evolve: use ui.configoverride() instead of ui.backupconfig()
Mon, 09 Dec 2019 10:31:34 -0800 Martin von Zweigbergk topic: use ui.configoverride() instead of ui.backupconfig()
Mon, 09 Dec 2019 10:28:58 -0800 Martin von Zweigbergk topic: use ui.configoverride() instead of ui.backupconfig()
Mon, 09 Dec 2019 10:33:48 -0800 Martin von Zweigbergk evolve: use ui.configoverride() instead of ui.backupconfig()
Mon, 09 Dec 2019 10:43:04 -0800 Martin von Zweigbergk evolve: remove obsolete backup of allowemptycommit config
Mon, 09 Dec 2019 10:44:42 -0800 Martin von Zweigbergk evolve: remove dead initilization of "newnode" variable
Thu, 12 Dec 2019 17:16:02 +0530 Sushil khanchi evolve: fix a typo
Tue, 10 Dec 2019 21:03:51 +0100 Pierre-Yves David changelog: mention the python 3 fix stable
Tue, 10 Dec 2019 21:03:23 +0100 Pierre-Yves David changelog: mention the date fix for content divergence stable
Tue, 10 Dec 2019 20:47:13 +0100 Pierre-Yves David branching: merge with stable
Tue, 10 Dec 2019 20:35:56 +0100 Denis Laxalde py3: fix several TypeError formatting bytes with an exception object stable
Fri, 11 Oct 2019 21:32:27 +0200 Manuel Jacob evolve: preserve date when resolving content-divergence (issue6202) stable
Tue, 10 Dec 2019 19:58:51 +0100 Pierre-Yves David test: add test for content divergence involving a date update stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 tip