Thu, 31 Aug 2017 13:22:40 +0200 |
Pulkit Goyal |
topics: import lock as lockmods
|
file |
diff |
annotate
|
Tue, 29 Aug 2017 19:12:00 +0530 |
Pulkit Goyal |
topics: make sure we have some restrictions on topic names
|
file |
diff |
annotate
|
Mon, 28 Aug 2017 17:16:16 +0200 |
Pulkit Goyal |
topics: allow use a --current when setting a topic
|
file |
diff |
annotate
|
Mon, 28 Aug 2017 17:35:44 +0200 |
Pierre-Yves David |
topic: make --clear + topicname invalid
|
file |
diff |
annotate
|
Mon, 28 Aug 2017 17:15:08 +0200 |
Pulkit Goyal |
topics: add a current flag to display current topic
|
file |
diff |
annotate
|
Mon, 28 Aug 2017 17:10:41 +0200 |
Pulkit Goyal |
topics: add a missing trailing comma on list of flag
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 11:39:06 +0530 |
Pulkit Goyal |
topics: take locks and start transaction before calling _changetopics
|
file |
diff |
annotate
|
Wed, 09 Aug 2017 13:21:44 +0200 |
Pierre-Yves David |
branching: merge with stable
|
file |
diff |
annotate
|
Tue, 25 Jul 2017 20:16:33 +0200 |
Pierre-Yves David |
topic: fix extension version variable
stable
|
file |
diff |
annotate
|
Tue, 25 Jul 2017 16:36:58 +0200 |
Pierre-Yves David |
packaging: update version to .dev
|
file |
diff |
annotate
|
Tue, 25 Jul 2017 16:30:44 +0200 |
Pierre-Yves David |
packaging: mark the stable branch as bugfix version in development
stable
|
file |
diff |
annotate
|
Tue, 25 Jul 2017 15:15:42 +0200 |
Pierre-Yves David |
packaging: prepare version 6.6.0
stable 6.6.0
|
file |
diff |
annotate
|
Sun, 23 Jul 2017 13:30:28 +0900 |
FUJIWARA Katsunori |
topic: make command names valid as expected, even if ui.strict=true
stable
|
file |
diff |
annotate
|
Tue, 25 Jul 2017 05:14:37 +0200 |
Pierre-Yves David |
compat: avoid using configoveride
|
file |
diff |
annotate
|
Tue, 25 Jul 2017 04:16:00 +0200 |
Pierre-Yves David |
topic: wrap 'update' in a more flexible way
|
file |
diff |
annotate
|
Sun, 23 Jul 2017 05:32:23 +0200 |
Pierre-Yves David |
commands: move split to the 'evocommands' module
|
file |
diff |
annotate
|
Fri, 14 Jul 2017 07:19:15 +0530 |
Pulkit Goyal |
stack: show short node of changesets in `hg stack -v`
|
file |
diff |
annotate
|
Fri, 14 Jul 2017 02:42:33 +0200 |
Pierre-Yves David |
topic: add a 'topicidx()' to context
|
file |
diff |
annotate
|
Fri, 14 Jul 2017 01:53:56 +0200 |
Pierre-Yves David |
topic: rename the internal topic option
|
file |
diff |
annotate
|
Fri, 14 Jul 2017 00:54:48 +0530 |
Pulkit Goyal |
topics: check for topic on commit before a user enters message
|
file |
diff |
annotate
|
Tue, 11 Jul 2017 21:39:39 +0530 |
Pulkit Goyal |
topics: add a new flag --age which will show last touched time for topics
|
file |
diff |
annotate
|
Thu, 06 Jul 2017 03:31:11 +0530 |
Pulkit Goyal |
topics: add a config knob to forbid untopiced commit
|
file |
diff |
annotate
|
Thu, 06 Jul 2017 03:56:36 +0530 |
Pulkit Goyal |
topics: update the help for `hg topics` describing ways to use the command
|
file |
diff |
annotate
|
Tue, 04 Jul 2017 01:30:14 +0530 |
Pulkit Goyal |
topics: add t0 and b0 to the stack
|
file |
diff |
annotate
|
Tue, 04 Jul 2017 00:15:36 +0530 |
Pulkit Goyal |
topics: wrap the update function to check if either t0 or b0 is passed as rev
|
file |
diff |
annotate
|
Sun, 02 Jul 2017 19:43:44 +0200 |
Pierre-Yves David |
merge back with stable
|
file |
diff |
annotate
|
Sun, 02 Jul 2017 19:42:23 +0200 |
Pierre-Yves David |
packaging: update versions to '.dev' one
stable
|
file |
diff |
annotate
|
Sun, 02 Jul 2017 19:34:30 +0200 |
Pierre-Yves David |
topic: update extensions metadata
stable
|
file |
diff |
annotate
|
Sun, 02 Jul 2017 13:49:32 +0200 |
Pierre-Yves David |
topic: drop the message about running evolve after topic change
|
file |
diff |
annotate
|
Thu, 29 Jun 2017 02:31:55 +0530 |
Pulkit Goyal |
topics: update current topic to the topic of newly rebased commit (issue5551)
|
file |
diff |
annotate
|
Mon, 26 Jun 2017 21:48:33 +0530 |
Pulkit Goyal |
topics: pass 'topics' to ui.formatter instead of 'bookmarks'
|
file |
diff |
annotate
|
Wed, 28 Jun 2017 02:45:57 +0200 |
Pierre-Yves David |
topic: add some initial support for using stack on named branch
|
file |
diff |
annotate
|
Wed, 28 Jun 2017 01:58:09 +0200 |
Pierre-Yves David |
topic: explicitly pass topic as a keyword argument
|
file |
diff |
annotate
|
Tue, 27 Jun 2017 15:21:38 +0200 |
Boris Feld |
topic: makes split keep the topic
|
file |
diff |
annotate
|
Sun, 25 Jun 2017 07:20:22 +0530 |
Pulkit Goyal |
topics: pass quietempty=True to suppress useless output while changing topics
|
file |
diff |
annotate
|
Sun, 25 Jun 2017 06:53:22 +0530 |
Pulkit Goyal |
topics: return early so that other if conditions don't get execute (issue5600)
|
file |
diff |
annotate
|
Sun, 25 Jun 2017 06:47:59 +0530 |
Pulkit Goyal |
topics: move the logic to change or clear current topic into a new function
|
file |
diff |
annotate
|
Fri, 23 Jun 2017 10:51:18 +0200 |
Pierre-Yves David |
topic: improve the revset used to return name->nodes mapping
|
file |
diff |
annotate
|
Thu, 22 Jun 2017 09:48:40 +0200 |
Pierre-Yves David |
topic: update the changectx method to respect phases
|
file |
diff |
annotate
|
Fri, 23 Jun 2017 10:21:37 +0200 |
Pierre-Yves David |
topic: avoid crash when topic is loaded but not enabled for a repository
|
file |
diff |
annotate
|
Thu, 22 Jun 2017 10:13:29 +0200 |
Pierre-Yves David |
topicmap: massive rework
|
file |
diff |
annotate
|
Thu, 22 Jun 2017 09:47:14 +0200 |
Pierre-Yves David |
topic: use the 'topic' revset in namespace
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 07:32:11 +0530 |
Pulkit Goyal |
topics: add some noise to rewrittent changeset to prevent hash cycle
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 13:18:47 +0200 |
Pierre-Yves David |
topic-change: update the working copy along when changing topic of '.'
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 13:21:08 +0200 |
Pierre-Yves David |
topic-change: cleanup the locking and transaction mechanism
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 07:21:50 +0530 |
Pulkit Goyal |
topics: use a dict for successors of changesets produced by topic change
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 11:55:45 +0200 |
Pierre-Yves David |
topic: further simplify the clear logic
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 03:28:25 +0530 |
Pulkit Goyal |
topics: drop the clean argument from _changetopics()
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 02:00:01 +0530 |
Pulkit Goyal |
topics: rename '--change' flag to '--rev' flag
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 01:05:46 +0530 |
Pulkit Goyal |
topics: factor out the logic to change topic in a new function
|
file |
diff |
annotate
|
Mon, 19 Jun 2017 02:44:19 +0530 |
Pulkit Goyal |
topics: some minute fixes to the documentation which shows up in help
|
file |
diff |
annotate
|
Sun, 18 Jun 2017 03:23:46 +0530 |
Pulkit Goyal |
topics: make sure we commit on new parents while changing topics (issue5441)
|
file |
diff |
annotate
|
Mon, 22 May 2017 14:57:47 +0200 |
Boris Feld |
deprecation: fix cmdutil.command deprecation warning
stable
|
file |
diff |
annotate
|
Thu, 18 May 2017 23:58:19 +0200 |
Pierre-Yves David |
topic: update 'tested with' and readme
stable
|
file |
diff |
annotate
|
Wed, 10 May 2017 13:04:31 +0200 |
Pierre-Yves David |
topic: configure some default color for topic
|
file |
diff |
annotate
|
Wed, 10 May 2017 13:03:05 +0200 |
Pierre-Yves David |
topic: automatically configure thg to display topic
|
file |
diff |
annotate
|
Fri, 28 Apr 2017 15:29:32 +0200 |
Pierre-Yves David |
topic: directly use "super" call
|
file |
diff |
annotate
|
Tue, 13 Sep 2016 17:58:22 +0200 |
Pierre-Yves David |
doc: add more details about the head checking
|
file |
diff |
annotate
|
Wed, 07 Sep 2016 12:45:23 +0200 |
Pierre-Yves David |
documentation: some basic update of the documentation
|
file |
diff |
annotate
|
Tue, 30 Aug 2016 15:23:03 -0700 |
Sean Farley |
flake8: fix E713 style
|
file |
diff |
annotate
|