log hgext3rd/topic/__init__.py @ 6652:92fd4581f569

age author description
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
Wed, 04 Oct 2023 13:44:33 -0300 Anton Shestakov topic: invalidate topic namespace cache in repo.invalidatecaches() stable
Tue, 20 Jun 2023 12:30:24 -0300 Anton Shestakov topic: pretend changeset has no topic namespace if it doesn't have a topic
Wed, 06 Sep 2023 14:45:42 -0300 Anton Shestakov topic: don't write namespace into commit extras if there's no topic
Thu, 27 Jul 2023 16:39:43 -0300 Anton Shestakov topic: add experimental.tns-default-pull-namespaces config option
Sun, 13 Aug 2023 16:08:26 -0300 Anton Shestakov topic: transaction names sometimes need stripping of URLs
Thu, 03 Aug 2023 16:32:41 -0300 Anton Shestakov topic: compatibility for tr.changes[b'phases'] in hg 5.3 and older
Mon, 31 Jul 2023 16:23:52 -0300 Anton Shestakov branching: merge with stable
Thu, 27 Jul 2023 16:37:09 -0300 Anton Shestakov topic: update hg debug-topic-namespace to treat "none" as the empty value
Fri, 14 Jul 2023 15:54:51 -0300 Anton Shestakov topic: teach hg import/export to handle topic namespace as well
Thu, 22 Jun 2023 21:51:37 -0300 Anton Shestakov topic: experimental config option and topic namespace checking in precheck()
Mon, 17 Jul 2023 15:52:39 -0300 Anton Shestakov topic: only set topic on workingcommitctx if it doesn't already have one stable
Mon, 17 Jul 2023 16:20:16 -0300 Anton Shestakov topic: check if tns is "none" in one more place
Mon, 17 Jul 2023 16:17:39 -0300 Anton Shestakov topic: write topic namespace to disk if it's not "none"
Wed, 05 Jul 2023 15:57:19 -0300 Anton Shestakov branching: merge with stable
Wed, 05 Jul 2023 15:51:56 -0300 Anton Shestakov packaging: mark as developer version stable
Wed, 05 Jul 2023 14:33:09 -0300 Anton Shestakov packaging: prepare evolve 11.0.2 and topic 1.0.2 stable 11.0.2
Fri, 30 Jun 2023 14:47:57 -0300 Anton Shestakov topic: mark compatible with Mercurial 6.5 stable
Fri, 30 Jun 2023 16:09:43 -0300 Anton Shestakov test-compat: merge mercurial-6.0 into mercurial-5.9 mercurial-5.9
Fri, 09 Jun 2023 11:02:13 -0300 Anton Shestakov topic: report namespace changes in more cases of phase movements
Mon, 05 Jun 2023 21:57:37 -0300 Anton Shestakov topic: also find and report topic namespace changes caused by bookmarks
Mon, 05 Jun 2023 21:57:13 -0300 Anton Shestakov topic: find and report topic namespace changes in transactions
Tue, 23 May 2023 11:09:06 -0300 Anton Shestakov topic: don't show "none" in the list of topic namespaces
Fri, 19 May 2023 10:08:19 -0300 Anton Shestakov topic: make topic namespace use string "none" as the default/empty value
Fri, 24 Mar 2023 13:26:15 +0000 Pierre-Yves David branching: merge with stable
Thu, 23 Mar 2023 10:49:19 -0300 Anton Shestakov packaging: mark as developer version stable
Thu, 23 Mar 2023 10:42:57 -0300 Anton Shestakov packaging: prepare evolve 11.0.1 and topic 1.0.1 stable 11.0.1
Tue, 21 Mar 2023 20:04:11 -0300 Anton Shestakov test-compat: merge mercurial-6.0 into mercurial-5.9 mercurial-5.9
Mon, 20 Mar 2023 22:29:32 -0300 Anton Shestakov topic: mark as compatible with 6.4 stable
Wed, 08 Mar 2023 20:35:07 -0300 Anton Shestakov topic: drop compatibility with Mercurial 4.8
Sun, 26 Feb 2023 23:22:44 +0400 Anton Shestakov branching: merge with stable
Sun, 26 Feb 2023 23:13:04 +0400 Anton Shestakov packaging: mark as developer version stable
Sun, 26 Feb 2023 22:31:59 +0400 Anton Shestakov packaging: prepare evolve 11.0.0, topic 1.0.0 stable 11.0.0
Fri, 24 Feb 2023 19:44:10 +0400 Anton Shestakov test-compat: merge mercurial-6.0 into mercurial-5.9 mercurial-5.9
Tue, 21 Feb 2023 16:54:29 +0400 Anton Shestakov topic: make hg split preserve topic namespace stable
Tue, 21 Feb 2023 16:51:52 +0400 Anton Shestakov topic: rename presplitupdatetopic() to wrappresplitupdate() stable
Mon, 13 Feb 2023 16:55:54 +0400 Anton Shestakov packaging: mark as developer version stable
Tue, 14 Feb 2023 18:28:42 +0400 Anton Shestakov topic: remove templatekeyword name, not needed after 119702a8b415 stable
Tue, 07 Feb 2023 17:51:23 +0400 Anton Shestakov packaging: prepare evolve 11.0.0rc0, topic 1.0.0rc0 stable
Mon, 06 Feb 2023 18:56:14 +0400 Anton Shestakov test-compat: merge mercurial-6.0 into mercurial-5.9 mercurial-5.9
Thu, 15 Dec 2022 15:44:39 +0400 Anton Shestakov topic: make hg stack work for branches with double slashes in them
Thu, 26 Jan 2023 14:17:02 +0400 Anton Shestakov topic: extra bump to extension version (1.0.0), update testedwith
Fri, 09 Dec 2022 15:01:59 +0400 Anton Shestakov branching: merge with stable
Fri, 09 Dec 2022 14:57:14 +0400 Anton Shestakov packaging: mark as developer version stable
Thu, 08 Dec 2022 19:00:51 +0400 Anton Shestakov packaging: prepare evolve 10.5.3 and topic 0.24.2 stable 10.5.3
Fri, 09 Dec 2022 15:32:57 +0400 Anton Shestakov topic: compatibility for path argument for peer stable
Sat, 12 Nov 2022 16:24:55 +0400 Anton Shestakov topic: use fully qualified branch name during exchange
Sat, 12 Nov 2022 16:08:09 +0400 Anton Shestakov topic: mercurial.configitems and mercurial.registrar.configitem is in hg 4.3
Sat, 12 Nov 2022 15:47:57 +0400 Anton Shestakov topic: move compatibility for branchcache._entries to topic/compat.py
Thu, 07 Apr 2022 20:42:56 +0300 Anton Shestakov topic: use check_incompatible_arguments() for --list with --clear or --rev
Thu, 07 Apr 2022 20:28:11 +0300 Anton Shestakov topic: use compat.InputError for invalid topic names
Thu, 07 Apr 2022 20:02:45 +0300 Anton Shestakov topic: use compat.InputError for conflicting CLI flags
Fri, 16 Sep 2022 17:00:48 +0400 Anton Shestakov topic: complete "//" format support in experimental.topic.linear-merge code
Mon, 15 Aug 2022 18:50:24 +0400 Anton Shestakov topic: remove validator safeguard that wasn't safeguarding anything
Thu, 11 Aug 2022 11:32:30 +0400 Anton Shestakov topic: drop helpcategory 4.7 compat, use helpcategory keyword directly
Mon, 15 Aug 2022 18:45:55 +0400 Anton Shestakov topic: remove 4.7 compat for transaction validators
Tue, 04 Oct 2022 16:52:23 -0400 Matt Harbison topic: invalidate the topic cache when branchcache is invalidated stable
Mon, 25 Jul 2022 12:30:12 +0400 Anton Shestakov topic: call a different wire protocol command to get tns-aware branchmap
Thu, 14 Jul 2022 16:45:07 +0400 Anton Shestakov branching: merge with stable
Thu, 14 Jul 2022 16:39:49 +0400 Anton Shestakov packaging: mark as developer version stable
Tue, 12 Jul 2022 16:46:51 +0400 Anton Shestakov packaging: prepare evolve 10.5.2 and topic 0.24.1 stable
Fri, 08 Jul 2022 17:54:40 +0400 Anton Shestakov topic: use branch//namespace/topic format everywhere except exchange
Fri, 08 Jul 2022 17:49:48 +0400 Anton Shestakov topic: get branch from extra data in ctx.fqbn()
Tue, 31 May 2022 12:14:51 +0400 Anton Shestakov topic: ability to shorten branch//namespace/topic strings when possible
Mon, 23 May 2022 14:02:54 +0400 Anton Shestakov topic: switch to namespace when updating to a commit, similar to topic
Sat, 14 May 2022 23:29:48 +0400 Anton Shestakov topic: fqbn template keyword
Tue, 24 May 2022 19:30:27 +0400 Anton Shestakov topic: add ctx.fqbn() method
Wed, 04 May 2022 15:55:34 +0400 Anton Shestakov topic: namespace template keyword
Wed, 04 May 2022 15:53:57 +0400 Anton Shestakov topic: store topic namespace in commit extras
Wed, 04 May 2022 15:38:24 +0400 Anton Shestakov topic: setting current repo namespace with debug-namespace
Tue, 03 May 2022 21:45:59 +0400 Anton Shestakov topic: list namespaces with debug-namespaces
Tue, 03 May 2022 21:46:23 +0400 Anton Shestakov topic: formatting branch, namespace and topic into fully qualified branch name
Tue, 03 May 2022 21:35:28 +0400 Anton Shestakov topic: introduce topic namespaces concept starting with simple parsing
Sat, 19 Mar 2022 19:13:00 +0300 Anton Shestakov topic: allow unicode symbols in names as long as they are alphanumeric
Sun, 13 Mar 2022 19:42:10 +0300 Anton Shestakov topic: make topic name warning similar to branch/tag/bookmark warnings
Sun, 13 Mar 2022 18:44:14 +0300 Anton Shestakov topic: shorter code to write current topic
Fri, 25 Feb 2022 01:52:58 +0300 Anton Shestakov branching: merge with stable
Thu, 24 Feb 2022 14:24:50 +0300 Anton Shestakov packaging: mark as developer version stable
Wed, 23 Feb 2022 18:01:54 +0300 Anton Shestakov packaging: prepare evolve 10.5.0, topic 0.24.0, pullbundle 0.1.3 stable
Mon, 21 Feb 2022 18:26:25 +0300 Anton Shestakov branching: merge stable into default
Fri, 18 Feb 2022 16:04:23 +0300 Anton Shestakov evolve: formally remove 4.7 support
Fri, 07 Jan 2022 18:06:46 +0100 Simon Sapin topic: also make histedit clear the current topic if needed stable
Fri, 07 Jan 2022 17:52:34 +0100 Simon Sapin topic: wrap applychange from histedit to preserve topics stable
Sat, 20 Nov 2021 13:11:04 +0300 Anton Shestakov branching: merge with stable
Fri, 19 Nov 2021 21:02:40 +0300 Anton Shestakov packaging: mark as developer version stable
Fri, 19 Nov 2021 16:24:12 +0300 Anton Shestakov packaging: prepare evolve version 10.4.1 stable 10.4.1
Fri, 15 Oct 2021 11:37:42 +0300 Anton Shestakov branching: merge with stable
Fri, 15 Oct 2021 11:36:03 +0300 Anton Shestakov packaging: mark as developer version stable
Tue, 12 Oct 2021 17:24:51 +0300 Anton Shestakov packaging: prepare evolve version 10.4.0 stable 10.4.0
Tue, 12 Oct 2021 09:57:52 +0300 Anton Shestakov branching: merge stable into default
Fri, 03 Sep 2021 08:01:58 +0300 Anton Shestakov topic: drop topicfilter usage from topicrepo.commitctx()
Mon, 30 Aug 2021 12:05:14 +0300 Anton Shestakov topic: drop the old workaround for detecting amends by amend_source
Mon, 30 Aug 2021 12:04:33 +0300 Anton Shestakov topic: drop the old way to handle topic changes on amends
Sat, 04 Sep 2021 19:16:17 +0300 Anton Shestakov evolve: formally remove 4.6 support
Sun, 29 Aug 2021 14:41:23 +0300 Anton Shestakov topic: don't cache topic of e.g. memctx in _topiccache (issue6500) stable