Thu, 23 Jan 2020 17:41:00 +0700 Anton Shestakov test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
Thu, 23 Jan 2020 17:40:59 +0700 Anton Shestakov test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
Thu, 23 Jan 2020 17:40:57 +0700 Anton Shestakov test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7
Thu, 23 Jan 2020 17:40:56 +0700 Anton Shestakov test-compat: merge mercurial-4.9 into mercurial-4.8 mercurial-4.8
Thu, 23 Jan 2020 17:40:54 +0700 Anton Shestakov test-compat: merge mercurial-5.0 into mercurial-4.9 mercurial-4.9
Thu, 23 Jan 2020 17:40:52 +0700 Anton Shestakov test-compat: merge mercurial-5.1 into mercurial-5.0 mercurial-5.0
Thu, 23 Jan 2020 17:40:51 +0700 Anton Shestakov test-compat: merge mercurial-5.2 into mercurial-5.1 mercurial-5.1
Thu, 23 Jan 2020 18:22:47 +0700 Anton Shestakov test-compat: merge stable into mercurial-5.2 mercurial-5.2
Thu, 23 Jan 2020 18:19:36 +0700 Anton Shestakov tests: use --tool flag instead of --config ui.merge stable
Mon, 04 Nov 2019 00:18:55 +0530 Sushil khanchi evolve: remove a check which is already done by rewriteutil.precheck()
Thu, 23 Jan 2020 11:05:38 +0100 Pierre-Yves David test-compat: create a compatibility branch for Mercurial 5.2 mercurial-5.2
Thu, 23 Jan 2020 11:01:46 +0100 Anton Shestakov contrib: make merge-test-compat.sh more topic-friendly stable
Mon, 20 Jan 2020 22:43:11 +0700 Anton Shestakov contrib: shellcheck merge-test-compat.sh stable
Mon, 04 Nov 2019 01:30:50 +0530 Sushil khanchi evolve: add pre-check logic for content-divergence in rewriteutil.precheck()
Wed, 01 Jan 2020 21:36:21 +0530 Sushil khanchi evolve: rename a function to make it explicit
Tue, 21 Jan 2020 23:48:41 +0700 Anton Shestakov obsdiscovery: compatibility when importing forcebytestr() stable
Tue, 03 Dec 2019 14:56:25 +0700 Anton Shestakov heptapod-ci: add pytype job, allow it to fail for now
Sun, 08 Dec 2019 02:17:11 +0530 Sushil khanchi evolve: add a new method picksplitsuccessor() in utility.py
Mon, 20 Jan 2020 22:52:05 +0700 Anton Shestakov changelog: add missing entries stable
Wed, 15 Jan 2020 15:28:44 +0700 Anton Shestakov compat: also import datestr from dateutil
Mon, 13 Jan 2020 15:36:24 +0700 Anton Shestakov obshistory: remove unused ismetablacklisted()
Mon, 13 Jan 2020 15:05:34 +0700 Anton Shestakov obshistory: remove unused successorsetallmarkers()
Mon, 13 Jan 2020 15:04:02 +0700 Anton Shestakov obshistory: remove unused _successorsetdates() and _successorsetusers()
Mon, 13 Jan 2020 14:59:08 +0700 Anton Shestakov obshistory: remove unused preparesuccessorset()
Sat, 11 Jan 2020 20:10:06 +0700 Anton Shestakov obshistory: use effect flags from obsutil
Sat, 11 Jan 2020 20:06:26 +0700 Anton Shestakov obshistory: make a {flag value: description} dict for _markerseffects()
Sat, 11 Jan 2020 19:49:45 +0700 Anton Shestakov obshistory: factor out _markerseffects()
Sat, 11 Jan 2020 19:24:21 +0700 Anton Shestakov obshistory: factor out _markerspreciseverb()
Fri, 17 Jan 2020 20:40:24 +0700 Anton Shestakov evolve: provide branch argument to overlayworkingctx.tomemctx()
Wed, 08 Jan 2020 18:44:18 +0700 Anton Shestakov changelog: mention all the cleanups as one item
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
(0) -3000 -1000 -300 -100 -60 +60 +100 tip