hgext3rd/topic/stack.py
2019-09-10 Pierre-Yves David branching: merge with stable
2019-09-06 Anton Shestakov stack: remove unnecessary copying of rdependencies stable
2019-09-06 Anton Shestakov stack: make a deep copy of `dependencies` before modifying its items stable
2019-09-06 Anton Shestakov stack: demonstrate that not reusing cached property gives different results stable
2019-08-06 Raphaël Gomès python3: use format-source to run byteify-strings in .py files
2019-08-06 Raphaël Gomès python3: add byte prefix for objects that look like kwargs but aren't
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
less more (0) -60 tip