hgext3rd/topic/stack.py
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