hgext3rd/topic/stack.py
2019-07-12 Martin von Zweigbergk py3: convert exceptions to bytes using pycompat.bytestr()
2019-05-28 Anton Shestakov stack: remove 'topic.' prefix from colors/labels
2019-05-18 Anton Shestakov stack: handle hash sizes when --debug flag is provided
2019-05-17 Anton Shestakov stack: always provide (full) node hash to non-default --template
2019-05-17 Anton Shestakov stack: remove unnecessary prefix from stack output with non-default --template
2019-05-17 Anton Shestakov stack: provide context to formatter with non-default --template
2019-05-11 Anton Shestakov stack: leverage labelsgen() to produce all needed labels for fm.write()
2019-05-08 Anton Shestakov stack: check if stack is empty more pythonically
2019-05-08 Anton Shestakov stack: implement __bool__ and __nonzero__
2019-05-05 Anton Shestakov stack: get stack data directly from stack and remove stackdata()
2019-05-05 Anton Shestakov stack: use stack._revs instead of stack.revs[1:] in external children revset
2019-04-10 Anton Shestakov stack: rename troubledcount to unstablecount
2019-04-06 Anton Shestakov stack: improve set combination logic
2019-04-06 Anton Shestakov stack: fix phasecache._phasesets check logic
2019-04-03 Anton Shestakov stack: simplify phasecache checks in _stackcandidates()
2019-03-10 Anton Shestakov stack: make @ (current) more important than $ (some sort of unstable)
2019-03-09 Anton Shestakov stack: show content and phase divergent state and symbol
2019-03-09 Anton Shestakov stack: handle external-children just like other states
2019-03-07 Anton Shestakov stack: optimize revset used for stack --children
2019-03-07 Anton Shestakov stack: rename unstable -> orphan
2019-03-06 Anton Shestakov compat: remove old vocabulary change fallbacks
2018-09-21 James Reynolds stack: add a --children flag to stack
2018-09-03 Pierre-Yves David stack: display 's#' instead of 't#' and 'b#'
2017-12-27 Pulkit Goyal topics: take logic to parse username to a separate function
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