log tests/test-topic-stack.t @ 2929:06844693bb21

age author description
Fri, 15 Sep 2017 15:48:18 +0200 Boris Feld tests: update after removing of redundant amend commit
Thu, 14 Sep 2017 20:33:03 +0200 Pierre-Yves David tests: abstract version number for test-topic-stack.t
Sat, 09 Sep 2017 22:32:50 +0530 Pierre-Yves David stack: properly order stack when gaps existing inside it
Thu, 07 Sep 2017 19:43:07 +0200 Pierre-Yves David stack: display both parent with displaying merge
Sat, 09 Sep 2017 22:32:44 +0530 Pierre-Yves David tests: add tests for showing stack when merge is involved
Thu, 07 Sep 2017 16:45:57 +0200 Pulkit Goyal tests: add tests for `hg stack` showing surprising behavior with gaps
Thu, 07 Sep 2017 16:45:53 +0200 Pierre-Yves David tests: add more explicit test about empty topic from publishing
Tue, 25 Jul 2017 15:17:42 +0200 Pierre-Yves David test-compat: merge with mercurial-4.2 mercurial-4.1
Sun, 23 Jul 2017 13:30:28 +0900 FUJIWARA Katsunori topic: make command names valid as expected, even if ui.strict=true stable
Tue, 25 Jul 2017 03:59:22 +0200 Pierre-Yves David test-compat: merge with mercurial-4.2 mercurial-4.1
Fri, 14 Jul 2017 07:19:15 +0530 Pulkit Goyal stack: show short node of changesets in `hg stack -v`
Tue, 04 Jul 2017 01:30:14 +0530 Pulkit Goyal topics: add t0 and b0 to the stack
Sun, 02 Jul 2017 18:22:39 +0200 Pierre-Yves David compat: merge with stable mercurial-4.1
Thu, 29 Jun 2017 16:49:33 +0200 Boris Feld topic: exclude public and topic changeset from branch stack
Thu, 29 Jun 2017 01:58:26 +0530 Pulkit Goyal topics: return a parse error if stack() revset is passed with argument
Wed, 28 Jun 2017 01:53:21 +0200 Pierre-Yves David topic: move the heads data to the branch line when appropriates
Wed, 28 Jun 2017 02:45:57 +0200 Pierre-Yves David topic: add some initial support for using stack on named branch
Mon, 19 Jun 2017 03:13:35 +0530 Pulkit Goyal topics: abort if user wants to show the stack of a non-existent topic
Mon, 19 Jun 2017 02:50:35 +0530 Pulkit Goyal stack: show unstable state for the current revision if it is one (issue5553)
Thu, 18 May 2017 23:12:52 +0200 Pierre-Yves David merge with future 6.2.0 mercurial-4.1
Thu, 18 May 2017 22:53:01 +0200 Pierre-Yves David test: enforce color to be enabled mercurial-4.1
Wed, 10 May 2017 14:46:01 +0200 Boris Feld ui: hg topic now display if current revision is in bad state (issue5533) stable
Wed, 10 May 2017 09:55:22 +0200 Boris Feld ui: Fix hg stack json output stable
Tue, 07 Mar 2017 12:04:05 +0100 Pierre-Yves David tests: move "test setup" script into a 'testlib' directory
Fri, 26 Aug 2016 21:57:48 +0200 Pierre-Yves David stack: add warning about multiple heads
Fri, 26 Aug 2016 14:23:31 +0200 Pierre-Yves David stack: add some basic branch information
Fri, 26 Aug 2016 14:14:04 +0200 Pierre-Yves David stack: add some header with the topic name
Fri, 26 Aug 2016 12:52:06 +0200 Pierre-Yves David stack: reusing the index number in base when applicable
Fri, 12 Aug 2016 11:09:26 +0200 Pierre-Yves David stack: introduce and explicite command to display the stack
Mon, 04 Apr 2016 00:28:03 -0700 Pierre-Yves David stack: prevent crash when topic is rooted on nullid
Mon, 04 Apr 2016 00:22:20 -0700 Pierre-Yves David test: add topic on the first 2 changesets too
Mon, 04 Apr 2016 00:17:54 -0700 Pierre-Yves David test: remove comment about new head warning
Sun, 03 Apr 2016 21:41:38 -0700 Pierre-Yves David stack: also change the indexing of the t# reference
Fri, 01 Apr 2016 16:58:52 -0700 Pierre-Yves David stack: change the ascii symbold for base
Fri, 01 Apr 2016 16:57:11 -0700 Pierre-Yves David stack: reverse the display order
Fri, 01 Apr 2016 16:40:19 -0700 Pierre-Yves David stack: start indexing at 't1' instead of 't0'
Wed, 30 Mar 2016 23:58:30 -0700 Pierre-Yves David commit: wrap "commitstatus" to take topic into account
Thu, 17 Mar 2016 09:13:12 -0700 Pierre-Yves David stack: add a 'stack()' revset
Mon, 14 Mar 2016 23:37:58 +0000 Pierre-Yves David stack: display the base of the stack
Mon, 14 Mar 2016 18:43:23 +0000 Pierre-Yves David stack: show the currently active changeset and unstable ones
Mon, 14 Mar 2016 18:40:00 +0000 Pierre-Yves David stack: add "t" prefix to index in the output
Mon, 14 Mar 2016 18:39:19 +0000 Pierre-Yves David stack: allow to refer to changeset using "t2" form
Mon, 14 Mar 2016 18:24:33 +0000 Pierre-Yves David task: add index number to the output
Mon, 14 Mar 2016 18:11:52 +0000 Pierre-Yves David stack: fix printing order in case of unstability
Mon, 14 Mar 2016 17:48:31 +0000 Pierre-Yves David stack: exclude obsolete changeset from the set
Mon, 14 Mar 2016 17:37:39 +0000 Pierre-Yves David stack: add a very first version of stack display with 'hg topic --list'