log hgext3rd/topic/__init__.py @ 6663:991d78f5c401 stable

age author description
Wed, 31 Jan 2024 14:59:36 -0300 Anton Shestakov topic: tested with Mercurial 6.6 stable
Fri, 19 Jan 2024 14:29:35 -0300 Anton Shestakov topic: remove .hg/topic-namespace file if it has the default value stable
Thu, 18 Jan 2024 14:32:41 -0300 Anton Shestakov topic: use the appropriate functions to change topic and tns on wdir update stable
Sat, 27 Jan 2024 17:36:39 -0300 Anton Shestakov topic: internal config option to fix hg pick behavior (issue6406) stable
Tue, 09 Jan 2024 15:39:28 -0300 Anton Shestakov topic: return our special executor classes for each instance
Wed, 17 Jan 2024 14:27:57 -0300 Anton Shestakov branching: merge with stable
Fri, 05 Jan 2024 13:35:27 -0300 Anton Shestakov topic: wrap makebundlerepository() to wrap bundlerepository class (issue6856) stable
Fri, 03 Nov 2023 15:26:57 -0300 Anton Shestakov evolve: drop compatibility for experimental.auto-publish for hg 4.8
Sat, 06 Jan 2024 17:08:01 -0300 Anton Shestakov topic: we no longer add --publish to push command, it's just there
Mon, 06 Nov 2023 00:58:11 -0300 Anton Shestakov topic: drop compatibility for hg push with --publish flag in hg 4.8
Sun, 31 Dec 2023 17:00:44 -0300 Anton Shestakov topic: release transaction using lockmod
Sun, 31 Dec 2023 16:59:26 -0300 Anton Shestakov topic: assert repo reference is not immediately None to help pytype
Sun, 17 Dec 2023 12:44:22 -0300 Anton Shestakov topic: update comment in the topic namespace name check
Sat, 16 Dec 2023 14:22:16 -0300 Anton Shestakov topic: use InputError instead of simple Abort for topic namespaces checks
Sat, 16 Dec 2023 13:23:38 -0300 Anton Shestakov branching: merge with stable
Mon, 11 Dec 2023 16:51:27 -0300 Anton Shestakov topic: check that topic namespace names are human-readable like topics stable
Mon, 11 Dec 2023 16:27:09 -0300 Anton Shestakov topic: add a missing comma in the topic name rejection message stable
Mon, 11 Dec 2023 16:15:10 -0300 Anton Shestakov topic: properly decode topic and topic namespace after reading from disk stable
Thu, 26 Oct 2023 14:31:37 -0300 Anton Shestakov topic: formally drop compatibility with hg 4.9 through 5.5
Sun, 29 Oct 2023 15:56:57 -0300 Anton Shestakov topic: use dirstate.branch() instead of wdir.branch()
Mon, 23 Oct 2023 15:29:27 -0300 Anton Shestakov branching: merge with stable
Mon, 23 Oct 2023 15:27:57 -0300 Anton Shestakov packaging: mark as developer version stable
Mon, 23 Oct 2023 13:40:48 -0300 Anton Shestakov packaging: prepare evolve 11.1.0, topic 1.1.0 stable 11.1.0
Fri, 13 Oct 2023 16:58:13 -0300 Anton Shestakov test-compat: merge mercurial-6.0 into mercurial-5.9 mercurial-5.9
Sat, 14 Oct 2023 15:53:40 -0300 Anton Shestakov topic: use distinct names for distinct origvalidator and _validate()
Sun, 15 Oct 2023 16:59:25 -0300 Anton Shestakov topic: compatibility for branchmaptns with branchmap from hg 5.0
Wed, 11 Oct 2023 13:45:08 -0300 Anton Shestakov branching: merge with stable
Mon, 09 Oct 2023 15:07:38 -0300 Anton Shestakov topic: use a config option to signal explicit target arguments (for tns)
Fri, 29 Sep 2023 16:37:53 -0300 Anton Shestakov topic: also add topic and topic namespace caches to bundlerepository
Fri, 29 Sep 2023 16:36:32 -0300 Anton Shestakov topic: check for devel.randomseed existence correctly