hgext3rd/topic/__init__.py
Wed, 15 Nov 2017 00:14:01 +0100 Pierre-Yves David packaging: prepare version 7.0.1 stable 7.0.1
Wed, 15 Nov 2017 00:13:10 +0100 Pierre-Yves David packaging: update tested-with version stable
Thu, 02 Nov 2017 00:48:25 +0100 Pierre-Yves David packaging: mark default branch as development version
Thu, 02 Nov 2017 00:45:28 +0100 Pierre-Yves David packaging: mark as development version stable
Thu, 02 Nov 2017 00:33:14 +0100 Pierre-Yves David packaging: prepare version 7.0.0 stable 7.0.0
Wed, 01 Nov 2017 16:23:13 +0100 Pierre-Yves David push: add a --publish flag
Wed, 01 Nov 2017 16:26:33 +0100 Pierre-Yves David topic: add an option to automatically publish topic-less changeset
Mon, 30 Oct 2017 19:24:14 +0100 Pierre-Yves David topic: add an option to enforce a single head per name in a repository
Wed, 25 Oct 2017 07:32:06 +0200 Pierre-Yves David compat: drop compatibility dance around configoverride
Tue, 24 Oct 2017 14:11:28 +0200 Pierre-Yves David compat: mark version 4.1 as the minimum version required
Mon, 23 Oct 2017 16:08:29 +0200 Pierre-Yves David compat: drop compatibility for Mercurial <= 4.0
Mon, 23 Oct 2017 16:07:09 +0200 Pierre-Yves David packaging: mark as development version
Mon, 23 Oct 2017 16:04:23 +0200 Pierre-Yves David packaging: mark version as development version stable
Mon, 23 Oct 2017 15:41:58 +0200 Pierre-Yves David packaging: prepare version 6.8.0 stable 6.8.0
Mon, 23 Oct 2017 15:25:00 +0200 Pierre-Yves David flake8: rename some ambiguous identifier stable
Fri, 20 Oct 2017 21:29:14 +0200 Pierre-Yves David topic: do to check to topic while amending stable
Fri, 20 Oct 2017 21:43:13 +0200 Pierre-Yves David topic-mode: add missing end line in topic-mode warning stable
Fri, 20 Oct 2017 20:58:35 +0200 Pierre-Yves David compat: work around the lack of configoverride in mercurial 4.0 stable
Fri, 20 Oct 2017 19:29:56 +0200 Pierre-Yves David compat: add an abstraction for 'scmutil.cleanupnodes' stable
Thu, 19 Oct 2017 18:18:43 +0200 Pierre-Yves David topic: register config items
Sat, 14 Oct 2017 19:06:06 +0200 Pierre-Yves David branching: merge with stable
Fri, 13 Oct 2017 06:06:09 +0530 Pulkit Goyal pager: add support to `hg topic` stable
Fri, 13 Oct 2017 06:02:56 +0530 Pulkit Goyal pager: add support to `hg stack` stable
Fri, 13 Oct 2017 20:32:50 +0200 Pierre-Yves David branching: merge with stable
Fri, 13 Oct 2017 10:18:52 +0530 Pulkit Goyal topics: show changesetcount, troubledcount and headscount by default
Fri, 13 Oct 2017 10:01:38 +0530 Pulkit Goyal topics: use stack.stack() instead of stack.stackdata()
Tue, 10 Oct 2017 22:48:43 +0200 Pierre-Yves David packaging: mark version as bugfix dev version stable
Tue, 10 Oct 2017 22:40:41 +0200 Pierre-Yves David branching: merge with stable
Tue, 10 Oct 2017 16:06:22 +0200 Pierre-Yves David packaging: prepare version 6.7.1 stable
Mon, 09 Oct 2017 17:42:30 +0200 Aurélien Campéas topics: use stack rather than stackdata when one only wants the changeset count stable
Thu, 05 Oct 2017 19:35:58 +0530 Pulkit Goyal topics: handle phase correctly while changing topics
Thu, 05 Oct 2017 19:20:20 +0530 Pulkit Goyal topics: use scmutil.cleanupnodes to create markers while changing topics
Sun, 01 Oct 2017 11:13:38 +0100 Pierre-Yves David test: add support for random-all topic mode
Sun, 01 Oct 2017 00:35:28 +0100 Boris Feld topicmode: add 'random' topic mode
Sun, 01 Oct 2017 09:10:48 +0100 Pierre-Yves David topic: update the topic-mode hint
Sun, 01 Oct 2017 09:05:42 +0100 Pierre-Yves David topic: rename the 'topic-mode' help subtopic
Sun, 01 Oct 2017 00:44:41 +0100 Pierre-Yves David topic: add a 'enforce-all' mode
Sat, 30 Sep 2017 23:18:29 +0100 Boris Feld topicmode: 'enforce' topic mode, no longer warn about untopiced merge
Sat, 30 Sep 2017 23:00:21 +0100 Boris Feld topicmode: add new warning topicmode
Sun, 01 Oct 2017 00:14:19 +0100 Pierre-Yves David topic: add documentation for the 'topic-mode' option
Sat, 30 Sep 2017 22:42:52 +0100 Boris Feld test: update tests to use topic-mode enforce
Sat, 30 Sep 2017 22:24:24 +0100 Boris Feld topic: migrate experimental.enforce-topic to experimental.topic-mode
Wed, 27 Sep 2017 16:30:43 +0200 Pierre-Yves David packaging: update version to match development version
Wed, 27 Sep 2017 16:24:44 +0200 Pierre-Yves David packaging: mark stable branch as dev bugfix version stable
Wed, 27 Sep 2017 16:15:56 +0200 Pierre-Yves David packaging: update version number and testedwith version stable
Wed, 27 Sep 2017 00:00:22 +0200 Pierre-Yves David topic: fix topic message for mercurial 4.2 and below
Mon, 25 Sep 2017 03:30:56 +0530 Pulkit Goyal topics: make sure user don't pass both the age option and a topic name
Mon, 25 Sep 2017 03:29:45 +0530 Pulkit Goyal topics: spell out topics completely in help
Mon, 25 Sep 2017 03:23:06 +0530 Pulkit Goyal topics: show the user who last touched the topic in --age
Mon, 25 Sep 2017 03:06:37 +0530 Pulkit Goyal topics: initialize variable with default value instead of assigning later
Mon, 25 Sep 2017 03:04:42 +0530 Pulkit Goyal topics: improve the function signature by accepting arguments as **opts
Tue, 26 Sep 2017 12:58:10 +0200 Pierre-Yves David topic: merge with strip related fix
Tue, 26 Sep 2017 12:56:03 +0200 Pierre-Yves David topic: skip topic movement message during strip
Tue, 26 Sep 2017 12:39:11 +0200 Aurélien Campéas topics/ui: detect and signal when an empty changeset becomes non-empty
Fri, 22 Sep 2017 18:01:29 +0200 Aurélien Campéas topics/transaction: return immediately if we are in the middle of a transaction
Fri, 22 Sep 2017 16:41:37 +0200 Aurélien Campéas topics/ui: signal when an operation entails voiding a topic
Tue, 26 Sep 2017 12:29:15 +0200 Aurélien Campéas topics/ui: signal when the topics command creates a new (empty) topic
Tue, 26 Sep 2017 12:27:43 +0200 Aurélien Campéas topics: signal to the end user when a topic has been forgotten
Fri, 22 Sep 2017 13:46:41 +0200 Denis Laxalde topic: add a --topic option to "outgoing" command
Fri, 22 Sep 2017 13:43:38 +0200 Denis Laxalde topic: add a --topic option to "push" command
less more (0) -100 -60 tip