hgext3rd/topic/stack.py
2017-12-11 Pulkit Goyal topics: fix `hg stack` in case of split stable
2017-12-04 Kyle Lippincott typos: fix typos in several locations
2017-10-23 Pierre-Yves David topic: instroduce a fast path when computing stack stable
2017-10-20 Pierre-Yves David stack: order the adjective of changeset
2017-10-14 Pulkit Goyal stack: show current and unstable also for t0 and bases
2017-10-13 Pierre-Yves David topic: remove a silly duplicate in a revset stable
2017-10-10 Pierre-Yves David topic: reorder revset for faster evaluation stable
2017-09-24 Pierre-Yves David topic: try to clarify the "branch" part in stack
2017-09-17 Pierre-Yves David topic: provide more information when behind count cannot be computed
2017-09-15 Pulkit Goyal topic: show the t0 even if topic is not yet touched
2017-09-15 Pulkit Goyal topics: improve the description if topic is not touched
2017-09-15 Pulkit Goyal topics: show working directory branch when topic is empty
2017-09-09 Pierre-Yves David stack: properly order stack when gaps existing inside it
2017-09-07 Pierre-Yves David stack: display both parent with displaying merge
2017-09-04 Pierre-Yves David stack: move data computation on the object
2017-09-04 Pierre-Yves David stack: replace 'getstack' with direct call to 'stack'
2017-09-04 Pierre-Yves David stack: introduce a rich stack object
2017-08-11 Boris Feld context: troubled was deprecated
2017-08-10 Boris Feld context: unstable was deprecated
2017-07-14 Pulkit Goyal stack: show short node of changesets in `hg stack -v`
2017-07-03 Pulkit Goyal topics: add t0 and b0 to the stack
2017-06-29 Boris Feld topic: exclude public and topic changeset from branch stack
2017-06-27 Pierre-Yves David topic: move the heads data to the branch line when appropriates
2017-06-28 Pierre-Yves David topic: add some initial support for using stack on named branch
2017-06-27 Pierre-Yves David topic: explicitly pass topic as a keyword argument
2017-06-19 Boris Feld refactoring: directly use 'ctx.unstable()' in showstack function
2017-06-18 Pulkit Goyal topics: abort if user wants to show the stack of a non-existent topic
2017-06-18 Pulkit Goyal stack: show unstable state for the current revision if it is one (issue5553)
2017-05-10 Boris Feld ui: hg topic now display if current revision is in bad state (issue5533) stable
2017-05-10 Boris Feld ui: Fix hg stack json output stable
2016-08-30 Sean Farley flake8: fix W391 style
2016-08-26 Pierre-Yves David stack: add warning about multiple heads
2016-08-26 Pierre-Yves David stack: add some behind information
2016-08-26 Pierre-Yves David stack: add some basic branch information
2016-08-26 Pierre-Yves David stack: add some header with the topic name
2016-08-26 Pierre-Yves David stack: reusing the index number in base when applicable
2016-08-26 Pierre-Yves David stack: extra argument validation logic outside of showstack
2016-08-23 Pierre-Yves David topic: list the branches this topic belong to when verbose
2016-08-14 Pierre-Yves David topic: list the number of 'behind' changeset when --verbose is used
2016-08-15 Pierre-Yves David evolve: extract the code copied from evolve in a submodule
2016-08-14 Pierre-Yves David topic: list the number of head when --verbose is used
2016-08-12 Pierre-Yves David topic: list the number of troubled changesets when --verbose is used
2016-08-12 Pierre-Yves David topic: list the number of changesets when --verbose is used
2016-04-04 Pierre-Yves David stack: prevent crash when topic is rooted on nullid
2016-04-01 Pierre-Yves David stack: change the ascii symbold for base
2016-04-01 Pierre-Yves David stack: reverse the display order
2016-04-01 Pierre-Yves David topic: extract display from entry computation
2016-04-01 Pierre-Yves David stack: start indexing at 't1' instead of 't0'
2016-03-30 Pierre-Yves David stack: move to new style import
2016-03-22 Sean Farley stack: whitespace
2016-03-22 Sean Farley stack: remove unused import
2016-03-18 timeless spelling: changeset
2016-03-14 Pierre-Yves David stack: display the base of the stack
2016-03-14 Pierre-Yves David stack: add basic formatter and label support
2016-03-14 Pierre-Yves David stack: show the currently active changeset and unstable ones
2016-03-14 Pierre-Yves David stack: add "t" prefix to index in the output
2016-03-14 Pierre-Yves David stack: allow to refer to changeset using "t2" form
2016-03-17 Pierre-Yves David packaging: fix setup.py and install as hgext3rd.topic
less more (0) tip