log

age author description
Fri, 02 Aug 2024 16:36:40 +0400 Anton Shestakov tests: use testrepohg in test-check-tag.t stable
Fri, 02 Feb 2024 00:12:49 +0100 Manuel Jacob tests: replace obsolescent fgrep with grep -F stable
Fri, 02 Feb 2024 00:09:51 +0100 Manuel Jacob tests: replace obsolescent egrep with grep -E stable
Fri, 02 Aug 2024 16:29:10 +0400 Anton Shestakov tests: use testrepohg in test-check-flake8.t stable
Thu, 01 Aug 2024 16:12:46 +0400 Anton Shestakov tests: use testrepohg in test-check-pyflakes.t stable
Fri, 11 Oct 2024 11:40:47 +0200 Pierre-Yves David tests: use system hg by restoring environment in test-doctest.py stable
Thu, 12 Sep 2024 16:41:22 +0400 Anton Shestakov tests: switch to using pip (as a module) in test-version-install.t stable
Mon, 16 Sep 2024 17:22:23 +0400 Anton Shestakov tests: further relax the number of files check in test-check-sdist.t stable
Mon, 09 Sep 2024 17:28:07 +0400 Anton Shestakov tests: account for "egg-info" files in test-check-sdist.t stable
Wed, 11 Sep 2024 17:29:04 +0400 Anton Shestakov tests: check metadata and long description using `setup.py check` stable
Mon, 09 Sep 2024 18:32:53 +0400 Anton Shestakov tests: make UserWarning about python_requires in test-check-sdist.t optional stable
Mon, 09 Sep 2024 18:19:36 +0400 Anton Shestakov tests: accommodate both "hg-evolve" and "hg_evolve" in tarballs stable
Mon, 09 Sep 2024 17:55:17 +0400 Anton Shestakov tests: drop the warning about missing README{,.txt} in sdist stable
Tue, 15 Oct 2024 21:36:16 +0400 Anton Shestakov ci: copy CI image versions from default and run tests-py3-* on v2.1 stable
Sun, 13 Oct 2024 16:58:07 +0400 Anton Shestakov ci: build docs on v2.1 CI images stable
Sun, 13 Oct 2024 18:07:22 +0400 Anton Shestakov tests: update test-check-commit.t with changes from the upstream version stable
Sun, 13 Oct 2024 17:39:40 +0400 Anton Shestakov tests: use testrepohg in test-check-commit.t stable
Sun, 13 Oct 2024 17:40:01 +0400 Anton Shestakov tests: use testrepohg in test-check-sdist.t stable
Sun, 22 Sep 2024 12:06:03 +0200 Pierre-Yves David obslog: clean up a condition and reorder its branches
Sat, 28 Sep 2024 16:09:03 +0400 Anton Shestakov topic: compatibility for revbranchcache being in a separate module now
Mon, 09 Sep 2024 16:51:00 +0400 Anton Shestakov tests: add `twine check` to test-check-sdist.t
Mon, 16 Sep 2024 17:22:23 +0400 Anton Shestakov tests: further relax the number of files check in test-check-sdist.t
Thu, 12 Sep 2024 16:41:22 +0400 Anton Shestakov ci: run tests-py3 jobs on v2.0 images
Wed, 11 Sep 2024 17:29:04 +0400 Anton Shestakov tests: check metadata and long description using `setup.py check`
Mon, 09 Sep 2024 18:46:03 +0400 Anton Shestakov tests: don't put file lists inside dist/ directory
Mon, 09 Sep 2024 18:32:53 +0400 Anton Shestakov tests: make UserWarning about python_requires in test-check-sdist.t optional
Mon, 09 Sep 2024 18:19:36 +0400 Anton Shestakov tests: accommodate both "hg-evolve" and "hg_evolve" in tarballs
Mon, 09 Sep 2024 17:55:17 +0400 Anton Shestakov tests: drop the warning about missing README{,.txt} in sdist
Mon, 09 Sep 2024 17:28:07 +0400 Anton Shestakov ci: run checks-py3 using v2.0 images
Mon, 22 Jul 2024 15:57:13 +0400 Anton Shestakov docs: update installation instructions due to PEP 668 stable
Sun, 25 Aug 2024 17:55:37 +0400 Anton Shestakov topic: remove obsolete "b" prefix recognition
Sun, 25 Aug 2024 17:22:40 +0400 Anton Shestakov topic: don't recreate stack, we already have it from before
Sun, 25 Aug 2024 17:18:56 +0400 Anton Shestakov topic: stack index prefix is always "s" now
Fri, 02 Aug 2024 16:36:40 +0400 Anton Shestakov tests: use testrepohg in test-check-tag.t
Fri, 02 Aug 2024 16:29:10 +0400 Anton Shestakov tests: use testrepohg in test-check-flake8.t
Thu, 01 Aug 2024 16:12:46 +0400 Anton Shestakov tests: use testrepohg in test-check-pyflakes.t
Thu, 01 Aug 2024 16:08:18 +0400 Anton Shestakov ci: use v1.0 image for tests-py2-6.1, there's no python2 in newer branches
Thu, 01 Aug 2024 16:06:02 +0400 Anton Shestakov ci: drop PY variable, py2-hgext3rd and py3-hgext3rd are no longer same class
Fri, 23 Aug 2024 17:00:28 +0400 Anton Shestakov evolve: check that the evolved revisions are indeed in the repo during abort stable
Tue, 20 Aug 2024 17:01:50 +0400 Anton Shestakov topic: add fqbn method to dirstate to use instead of repo[None].fqbn()
Sun, 25 Feb 2024 17:55:06 -0300 Anton Shestakov tests: add another test case for FQBN in hg branch, with non-ASCII characters
Sun, 19 Nov 2023 23:00:11 -0300 Anton Shestakov topic: make hg branch command output FQBN
Fri, 03 Nov 2023 15:11:06 -0300 Anton Shestakov tests: demonstrate that using FQBN sometimes works with hg up
Sun, 25 Feb 2024 17:53:00 -0300 Anton Shestakov tests: remove (esc) when it's not needed in test-namespaces.t
Sat, 09 Dec 2023 15:26:35 -0300 Anton Shestakov topic: implement dirstate.topic() and dirstate.tns()
Fri, 12 Jul 2024 15:44:12 +0400 Anton Shestakov topic: we checked that branchmap.branchcache exists, let pytype know this
Fri, 12 Jul 2024 15:43:01 +0400 Anton Shestakov pytype: ignore an error about missing scmutil.filteredhash() on hg 6.8
Fri, 28 Jun 2024 19:05:24 +0400 Anton Shestakov branching: merge with stable
Fri, 28 Jun 2024 17:57:28 +0400 Anton Shestakov packaging: mark as developer version stable
Fri, 28 Jun 2024 17:56:44 +0400 Anton Shestakov Added tag 11.1.4 for changeset ed7c98393e06 stable
Fri, 28 Jun 2024 17:03:38 +0400 Anton Shestakov packaging: prepare evolve 11.1.4, topic 1.1.4 stable 11.1.4
Fri, 28 Jun 2024 17:03:20 +0400 Anton Shestakov packaging: update the debian changelog stable
Fri, 28 Jun 2024 17:03:00 +0400 Anton Shestakov changelog: set evolve 11.1.4 release date stable
Thu, 27 Jun 2024 09:47:05 +0400 Anton Shestakov test-compat: merge mercurial-5.0 into mercurial-4.9 mercurial-4.9
Thu, 27 Jun 2024 09:03:55 +0400 Anton Shestakov test-compat: merge mercurial-5.1 into mercurial-5.0 mercurial-5.0
Thu, 27 Jun 2024 01:07:01 +0400 Anton Shestakov test-compat: merge mercurial-5.2 into mercurial-5.1 mercurial-5.1
Wed, 26 Jun 2024 23:48:03 +0400 Anton Shestakov test-compat: merge mercurial-5.3 into mercurial-5.2 mercurial-5.2
Wed, 26 Jun 2024 21:08:30 +0400 Anton Shestakov test-compat: merge mercurial-5.4 into mercurial-5.3 mercurial-5.3
Wed, 26 Jun 2024 20:39:06 +0400 Anton Shestakov test-compat: merge mercurial-5.5 into mercurial-5.4 mercurial-5.4
Wed, 26 Jun 2024 19:51:33 +0400 Anton Shestakov test-compat: merge mercurial-5.6 into mercurial-5.5 mercurial-5.5