Wed, 28 Jun 2017 02:45:57 +0200 |
Pierre-Yves David |
topic: add some initial support for using stack on named branch
|
Wed, 28 Jun 2017 01:58:09 +0200 |
Pierre-Yves David |
topic: explicitly pass topic as a keyword argument
|
Tue, 27 Jun 2017 15:21:38 +0200 |
Boris Feld |
topic: makes split keep the topic
|
Tue, 27 Jun 2017 09:49:35 +0200 |
Boris Feld |
topic: add tests for fold behavior with topics
|
Sun, 25 Jun 2017 07:20:22 +0530 |
Pulkit Goyal |
topics: pass quietempty=True to suppress useless output while changing topics
|
Sun, 25 Jun 2017 06:53:22 +0530 |
Pulkit Goyal |
topics: return early so that other if conditions don't get execute (issue5600)
|
Mon, 26 Jun 2017 17:47:04 +0200 |
Pierre-Yves David |
test: extra output to understand the next changeset better
|
Sun, 25 Jun 2017 06:47:59 +0530 |
Pulkit Goyal |
topics: move the logic to change or clear current topic into a new function
|
Mon, 26 Jun 2017 17:20:17 +0200 |
Pierre-Yves David |
tests: expand output to check topic activation
|
Sun, 25 Jun 2017 18:37:42 +0200 |
Pierre-Yves David |
branching: merge stable into default
|
Sun, 25 Jun 2017 16:37:56 +0200 |
Pierre-Yves David |
split: preserve author of the original changeset in the successors
stable
|
Sat, 24 Jun 2017 13:28:16 +0200 |
Pierre-Yves David |
grab: properly quote hg executable in the alias
stable
|
Fri, 23 Jun 2017 10:51:18 +0200 |
Pierre-Yves David |
topic: improve the revset used to return name->nodes mapping
|
Thu, 22 Jun 2017 09:48:40 +0200 |
Pierre-Yves David |
topic: update the changectx method to respect phases
|
Fri, 23 Jun 2017 10:21:37 +0200 |
Pierre-Yves David |
topic: avoid crash when topic is loaded but not enabled for a repository
|
Thu, 22 Jun 2017 15:18:49 +0200 |
Pierre-Yves David |
compat: update test to match core default state
|
Thu, 22 Jun 2017 10:13:29 +0200 |
Pierre-Yves David |
topicmap: massive rework
|
Thu, 22 Jun 2017 09:47:14 +0200 |
Pierre-Yves David |
topic: use the 'topic' revset in namespace
|
Thu, 22 Jun 2017 09:41:01 +0200 |
Pierre-Yves David |
topic-revset: update the revset to no longer build changectx
|
Thu, 22 Jun 2017 09:46:30 +0200 |
Pierre-Yves David |
topic-revset: changectx creation in the revset
|
Wed, 21 Jun 2017 07:32:11 +0530 |
Pulkit Goyal |
topics: add some noise to rewrittent changeset to prevent hash cycle
|
Wed, 21 Jun 2017 13:18:47 +0200 |
Pierre-Yves David |
topic-change: update the working copy along when changing topic of '.'
|
Wed, 21 Jun 2017 13:21:08 +0200 |
Pierre-Yves David |
topic-change: cleanup the locking and transaction mechanism
|
Wed, 21 Jun 2017 07:21:50 +0530 |
Pulkit Goyal |
topics: use a dict for successors of changesets produced by topic change
|
Wed, 21 Jun 2017 11:55:45 +0200 |
Pierre-Yves David |
topic: further simplify the clear logic
|
Wed, 21 Jun 2017 03:28:25 +0530 |
Pulkit Goyal |
topics: drop the clean argument from _changetopics()
|
Wed, 21 Jun 2017 02:00:01 +0530 |
Pulkit Goyal |
topics: rename '--change' flag to '--rev' flag
|
Wed, 21 Jun 2017 01:05:46 +0530 |
Pulkit Goyal |
topics: factor out the logic to change topic in a new function
|
Wed, 21 Jun 2017 11:45:15 +0200 |
Pierre-Yves David |
obslog: update the readme
|
Wed, 21 Jun 2017 11:31:21 +0200 |
Pierre-Yves David |
obslog: add a comment about the final new line of descriptions
|