Wed, 08 Jan 2020 15:34:34 +0700 Anton Shestakov templatekw: drop obsfatedata and related code
Tue, 07 Jan 2020 16:33:37 +0700 Anton Shestakov templatekw: drop obsfateprinter() and obsfatelineprinter()
Tue, 07 Jan 2020 16:30:18 +0700 Anton Shestakov compat: drop isobsnotesupported() that checks if storing notes is supported
Tue, 07 Jan 2020 16:05:44 +0700 Anton Shestakov templatekw: use literal set syntax
Sat, 04 Jan 2020 21:07:38 +0700 Anton Shestakov obshistory: remove obsfateverb/obsfateprinter patching compatibility
Fri, 03 Jan 2020 23:32:48 +0700 Anton Shestakov obshistory: drop unused keyword argument to _getobsfateandsuccs()
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
Tue, 10 Dec 2019 19:55:37 +0100 Pierre-Yves David test: add test for content divergence involving a date update stable
Tue, 10 Dec 2019 19:27:55 +0100 Pierre-Yves David test: add test for content divergence involving a date update stable
Tue, 10 Dec 2019 19:13:06 +0100 Pierre-Yves David test: highlight data handling when solving divergence stable
Sat, 07 Dec 2019 03:27:50 +0530 Sushil khanchi evolve: add tests for the case when resolution parent is ambiguous stable
Fri, 06 Dec 2019 23:43:00 +0530 Sushil khanchi evolve: abort if deciding resolution parent is ambiguous stable
Sat, 23 Nov 2019 16:17:04 +0530 Sushil khanchi evolve: make sure divergence resolution doesn't undo changes (issue6203) stable
Sat, 23 Nov 2019 20:25:16 +0530 Sushil khanchi evolve: add test to demonstrate issue6203 stable
Mon, 09 Dec 2019 16:01:56 +0700 Anton Shestakov state: there's no _unpack in struct stable
Sun, 29 Sep 2019 11:47:18 +0530 Sushil khanchi amend: abort if both --patch and --extract are used stable
Mon, 09 Dec 2019 23:54:50 +0100 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
Fri, 06 Dec 2019 17:18:49 +0100 Boris Feld ci: add job to build and archive the documentation
Thu, 05 Dec 2019 10:04:52 -0800 Martin von Zweigbergk tests: update now that merge.graft() doesn't set two equal parents
Fri, 06 Dec 2019 14:01:29 +0100 Manuel Jacob evolve: fix content-divergence resolution when p1 is null (issue6201) stable
Wed, 04 Dec 2019 10:57:29 -0800 Martin von Zweigbergk obslog: make {node} the full node and leave shortening to template
Wed, 04 Dec 2019 11:00:00 +0100 Pierre-Yves David branching: merge with stable
Tue, 03 Dec 2019 09:43:10 -0800 Martin von Zweigbergk compat: accept "success" argument to lock._afterlock callback stable
Mon, 02 Dec 2019 20:59:04 +0700 Anton Shestakov test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
Mon, 02 Dec 2019 20:56:47 +0700 Anton Shestakov test-compat: run tests with -j more than 1 mercurial-4.7
Mon, 02 Dec 2019 14:44:31 +0100 Pierre-Yves David test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
Mon, 02 Dec 2019 14:44:00 +0100 Pierre-Yves David test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7
Mon, 02 Dec 2019 14:43:25 +0100 Pierre-Yves David test-compat: merge mercurial-4.9 into mercurial-4.8 mercurial-4.8
Mon, 02 Dec 2019 14:42:32 +0100 Pierre-Yves David test-compat: merge mercurial-5.0 into mercurial-4.9 mercurial-4.9
Mon, 02 Dec 2019 14:41:09 +0100 Pierre-Yves David test-compat: don't run the py3 test on the older branches mercurial-5.0
Fri, 22 Nov 2019 17:13:46 +0700 Anton Shestakov docs: add missing Figure 10 to sharing.rst stable
Thu, 28 Nov 2019 10:54:04 +0100 Pierre-Yves David test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
Thu, 28 Nov 2019 10:53:25 +0100 Pierre-Yves David test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7
Thu, 28 Nov 2019 10:52:04 +0100 Pierre-Yves David test-compat: merge mercurial-4.9 into mercurial-4.8 mercurial-4.8
Thu, 28 Nov 2019 10:50:55 +0100 Pierre-Yves David test-compat: merge mercurial-5.0 into mercurial-4.9 mercurial-4.9
Thu, 28 Nov 2019 10:49:29 +0100 Pierre-Yves David test-compat: merge mercurial-5.1 into mercurial-5.0 mercurial-5.0
Thu, 28 Nov 2019 10:48:44 +0100 Pierre-Yves David test-compat: merge stable into mercurial-5.1 mercurial-5.1
Thu, 21 Nov 2019 14:18:35 +0700 Anton Shestakov heptapod-ci: add a script to map evolve branch to mercurial revision for tests stable
Mon, 18 Nov 2019 14:33:59 +0700 Anton Shestakov pytype: ignore abc.ABCMeta metaclasses that don't work on py3
Fri, 15 Nov 2019 16:04:35 -0800 Martin von Zweigbergk tests: remove extra whitespace before patch in obslog output
Mon, 18 Nov 2019 13:04:56 +0100 Pierre-Yves David branching: merge with stable
Mon, 18 Nov 2019 13:01:38 +0100 Pierre-Yves David changelog: add a couple of missing entry about the next feature release
Mon, 18 Nov 2019 12:58:02 +0100 Pierre-Yves David changelog: fix entry in the wrong location
Mon, 18 Nov 2019 12:55:44 +0100 Pierre-Yves David changelog: add a wheelbarrow of missing entries stable
Mon, 18 Nov 2019 11:46:59 +0100 Pierre-Yves David heptapod-ci: simpler CI stable
Sun, 17 Nov 2019 01:23:48 +0100 Pierre-Yves David heptapod-ci: run the test with color stable
Wed, 13 Nov 2019 13:47:55 +0700 Anton Shestakov compat: compatibility for cl.nodemap.get vs cl.index.get_rev stable
Wed, 13 Nov 2019 13:43:46 +0700 Anton Shestakov compat: compatibility for pathuril.dirs vs util.dirs stable
Sat, 16 Nov 2019 01:45:40 +0100 Pierre-Yves David obslog: phase divergence fix for 5c41bb482867
Sat, 16 Nov 2019 01:44:31 +0100 Martin von Zweigbergk obslog: phase divergence fix for b135591bec1a
Fri, 15 Nov 2019 10:25:46 -0800 Martin von Zweigbergk obslog: make {descdiff} not be indented and leave that to the template
Fri, 15 Nov 2019 09:53:42 -0800 Martin von Zweigbergk obslog: make {patch} not be indented and leave that to the template
Thu, 07 Nov 2019 13:40:53 -0800 Martin von Zweigbergk obslog: make {succnodes} be full hex nodes
Fri, 08 Nov 2019 07:19:18 -0800 Martin von Zweigbergk obslog: remove now-unused code for plain styling
Thu, 07 Nov 2019 23:17:34 -0800 Martin von Zweigbergk obslog: redefine default output as a template, unless -f was given
Thu, 07 Nov 2019 23:15:29 -0800 Martin von Zweigbergk obslog: add newline after all markers in non-graphlog to match graphlog
Thu, 07 Nov 2019 22:24:50 -0800 Martin von Zweigbergk obslog: make reason for unavailable patch part of template
Thu, 07 Nov 2019 16:34:01 -0800 Martin von Zweigbergk obslog: make content and description patches available to templater
Thu, 07 Nov 2019 17:22:44 -0800 Martin von Zweigbergk obslog: rename {desc-diff} to {descdiff} since the former is invalid
Thu, 07 Nov 2019 17:22:16 -0800 Martin von Zweigbergk tests: demonstrate broken {patch} and {desc-diff} template keywords
Fri, 15 Nov 2019 11:48:17 +0700 Anton Shestakov topic: drop compat.successorssets(), it's not used
(0) -3000 -1000 -120 +120 tip