log hgext3rd/topic/__init__.py @ 6336:453861da6922

age author description
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