hgext3rd/topic/stack.py
Wed, 10 Apr 2019 18:20:33 +0800 Anton Shestakov stack: rename troubledcount to unstablecount
Sat, 06 Apr 2019 15:50:15 +0200 Anton Shestakov stack: improve set combination logic
Sat, 06 Apr 2019 15:49:22 +0200 Anton Shestakov stack: fix phasecache._phasesets check logic
Wed, 03 Apr 2019 17:20:34 +0800 Anton Shestakov stack: simplify phasecache checks in _stackcandidates()
Sun, 10 Mar 2019 18:50:00 +0800 Anton Shestakov stack: make @ (current) more important than $ (some sort of unstable)
Sat, 09 Mar 2019 13:13:53 +0800 Anton Shestakov stack: show content and phase divergent state and symbol
Sat, 09 Mar 2019 12:54:00 +0800 Anton Shestakov stack: handle external-children just like other states
Thu, 07 Mar 2019 22:50:56 +0800 Anton Shestakov stack: optimize revset used for stack --children
Thu, 07 Mar 2019 19:13:45 +0800 Anton Shestakov stack: rename unstable -> orphan
Wed, 06 Mar 2019 16:56:25 +0800 Anton Shestakov compat: remove old vocabulary change fallbacks
Fri, 21 Sep 2018 11:44:34 -0400 James Reynolds stack: add a --children flag to stack
Mon, 03 Sep 2018 17:07:36 +0200 Pierre-Yves David stack: display 's#' instead of 't#' and 'b#'
Wed, 27 Dec 2017 23:51:18 +0530 Pulkit Goyal topics: take logic to parse username to a separate function
Mon, 11 Dec 2017 23:47:25 +0530 Pulkit Goyal topics: fix `hg stack` in case of split stable
Mon, 04 Dec 2017 14:27:27 -0800 Kyle Lippincott typos: fix typos in several locations
Mon, 23 Oct 2017 15:11:48 +0200 Pierre-Yves David topic: instroduce a fast path when computing stack stable
Fri, 20 Oct 2017 14:56:03 +0200 Pierre-Yves David stack: order the adjective of changeset
Sun, 15 Oct 2017 00:03:59 +0530 Pulkit Goyal stack: show current and unstable also for t0 and bases
Fri, 13 Oct 2017 20:28:21 +0200 Pierre-Yves David topic: remove a silly duplicate in a revset stable
Tue, 10 Oct 2017 15:47:11 +0200 Pierre-Yves David topic: reorder revset for faster evaluation stable
Sun, 24 Sep 2017 11:30:14 +0200 Pierre-Yves David topic: try to clarify the "branch" part in stack
Sun, 17 Sep 2017 19:59:25 +0200 Pierre-Yves David topic: provide more information when behind count cannot be computed
Fri, 15 Sep 2017 23:25:38 +0530 Pulkit Goyal topic: show the t0 even if topic is not yet touched
Fri, 15 Sep 2017 23:13:05 +0530 Pulkit Goyal topics: improve the description if topic is not touched
Fri, 15 Sep 2017 22:48:55 +0530 Pulkit Goyal topics: show working directory branch when topic is empty
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
Mon, 04 Sep 2017 12:41:30 +0200 Pierre-Yves David stack: move data computation on the object
Mon, 04 Sep 2017 12:23:03 +0200 Pierre-Yves David stack: replace 'getstack' with direct call to 'stack'
Mon, 04 Sep 2017 12:19:49 +0200 Pierre-Yves David stack: introduce a rich stack object
Fri, 11 Aug 2017 09:32:23 +0200 Boris Feld context: troubled was deprecated
Thu, 10 Aug 2017 20:40:57 +0200 Boris Feld context: unstable was deprecated
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
Thu, 29 Jun 2017 16:49:33 +0200 Boris Feld topic: exclude public and topic changeset from branch stack
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
Wed, 28 Jun 2017 01:58:09 +0200 Pierre-Yves David topic: explicitly pass topic as a keyword argument
Mon, 19 Jun 2017 10:33:36 +0200 Boris Feld refactoring: directly use 'ctx.unstable()' in showstack function
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)
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, 30 Aug 2016 14:12:49 -0700 Sean Farley flake8: fix W391 style
Fri, 26 Aug 2016 21:57:48 +0200 Pierre-Yves David stack: add warning about multiple heads
Fri, 26 Aug 2016 14:55:58 +0200 Pierre-Yves David stack: add some behind information
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, 26 Aug 2016 12:37:52 +0200 Pierre-Yves David stack: extra argument validation logic outside of showstack
Tue, 23 Aug 2016 23:38:28 +0200 Pierre-Yves David topic: list the branches this topic belong to when verbose
Sun, 14 Aug 2016 19:57:58 +0200 Pierre-Yves David topic: list the number of 'behind' changeset when --verbose is used
Mon, 15 Aug 2016 05:15:19 +0200 Pierre-Yves David evolve: extract the code copied from evolve in a submodule
Sun, 14 Aug 2016 19:40:53 +0200 Pierre-Yves David topic: list the number of head when --verbose is used
Sat, 13 Aug 2016 01:24:10 +0200 Pierre-Yves David topic: list the number of troubled changesets when --verbose is used
Fri, 12 Aug 2016 23:59:37 +0200 Pierre-Yves David topic: list the number of changesets when --verbose is used
Mon, 04 Apr 2016 00:28:03 -0700 Pierre-Yves David stack: prevent crash when topic is rooted on nullid
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:55:24 -0700 Pierre-Yves David topic: extract display from entry computation
less more (0) -60 tip