2019-09-10 |
Pierre-Yves David |
branching: merge with stable
|
file |
diff |
annotate
|
2019-09-06 |
Anton Shestakov |
stack: remove unnecessary copying of rdependencies
stable
|
file |
diff |
annotate
|
2019-09-06 |
Anton Shestakov |
stack: make a deep copy of `dependencies` before modifying its items
stable
|
file |
diff |
annotate
|
2019-09-06 |
Anton Shestakov |
stack: demonstrate that not reusing cached property gives different results
stable
|
file |
diff |
annotate
|
2019-08-06 |
Raphaël Gomès |
python3: use format-source to run byteify-strings in .py files
|
file |
diff |
annotate
|
2019-08-06 |
Raphaël Gomès |
python3: add byte prefix for objects that look like kwargs but aren't
|
file |
diff |
annotate
|
2019-07-12 |
Martin von Zweigbergk |
py3: convert exceptions to bytes using pycompat.bytestr()
|
file |
diff |
annotate
|
2019-05-28 |
Anton Shestakov |
stack: remove 'topic.' prefix from colors/labels
|
file |
diff |
annotate
|
2019-05-18 |
Anton Shestakov |
stack: handle hash sizes when --debug flag is provided
|
file |
diff |
annotate
|
2019-05-17 |
Anton Shestakov |
stack: always provide (full) node hash to non-default --template
|
file |
diff |
annotate
|
2019-05-17 |
Anton Shestakov |
stack: remove unnecessary prefix from stack output with non-default --template
|
file |
diff |
annotate
|
2019-05-17 |
Anton Shestakov |
stack: provide context to formatter with non-default --template
|
file |
diff |
annotate
|
2019-05-11 |
Anton Shestakov |
stack: leverage labelsgen() to produce all needed labels for fm.write()
|
file |
diff |
annotate
|
2019-05-08 |
Anton Shestakov |
stack: check if stack is empty more pythonically
|
file |
diff |
annotate
|
2019-05-08 |
Anton Shestakov |
stack: implement __bool__ and __nonzero__
|
file |
diff |
annotate
|
2019-05-05 |
Anton Shestakov |
stack: get stack data directly from stack and remove stackdata()
|
file |
diff |
annotate
|
2019-05-05 |
Anton Shestakov |
stack: use stack._revs instead of stack.revs[1:] in external children revset
|
file |
diff |
annotate
|
2019-04-10 |
Anton Shestakov |
stack: rename troubledcount to unstablecount
|
file |
diff |
annotate
|
2019-04-06 |
Anton Shestakov |
stack: improve set combination logic
|
file |
diff |
annotate
|
2019-04-06 |
Anton Shestakov |
stack: fix phasecache._phasesets check logic
|
file |
diff |
annotate
|
2019-04-03 |
Anton Shestakov |
stack: simplify phasecache checks in _stackcandidates()
|
file |
diff |
annotate
|
2019-03-10 |
Anton Shestakov |
stack: make @ (current) more important than $ (some sort of unstable)
|
file |
diff |
annotate
|
2019-03-09 |
Anton Shestakov |
stack: show content and phase divergent state and symbol
|
file |
diff |
annotate
|
2019-03-09 |
Anton Shestakov |
stack: handle external-children just like other states
|
file |
diff |
annotate
|
2019-03-07 |
Anton Shestakov |
stack: optimize revset used for stack --children
|
file |
diff |
annotate
|
2019-03-07 |
Anton Shestakov |
stack: rename unstable -> orphan
|
file |
diff |
annotate
|
2019-03-06 |
Anton Shestakov |
compat: remove old vocabulary change fallbacks
|
file |
diff |
annotate
|
2018-09-21 |
James Reynolds |
stack: add a --children flag to stack
|
file |
diff |
annotate
|
2018-09-03 |
Pierre-Yves David |
stack: display 's#' instead of 't#' and 'b#'
|
file |
diff |
annotate
|
2017-12-27 |
Pulkit Goyal |
topics: take logic to parse username to a separate function
|
file |
diff |
annotate
|
2017-12-11 |
Pulkit Goyal |
topics: fix `hg stack` in case of split
stable
|
file |
diff |
annotate
|
2017-12-04 |
Kyle Lippincott |
typos: fix typos in several locations
|
file |
diff |
annotate
|
2017-10-23 |
Pierre-Yves David |
topic: instroduce a fast path when computing stack
stable
|
file |
diff |
annotate
|
2017-10-20 |
Pierre-Yves David |
stack: order the adjective of changeset
|
file |
diff |
annotate
|
2017-10-14 |
Pulkit Goyal |
stack: show current and unstable also for t0 and bases
|
file |
diff |
annotate
|
2017-10-13 |
Pierre-Yves David |
topic: remove a silly duplicate in a revset
stable
|
file |
diff |
annotate
|
2017-10-10 |
Pierre-Yves David |
topic: reorder revset for faster evaluation
stable
|
file |
diff |
annotate
|
2017-09-24 |
Pierre-Yves David |
topic: try to clarify the "branch" part in stack
|
file |
diff |
annotate
|
2017-09-17 |
Pierre-Yves David |
topic: provide more information when behind count cannot be computed
|
file |
diff |
annotate
|
2017-09-15 |
Pulkit Goyal |
topic: show the t0 even if topic is not yet touched
|
file |
diff |
annotate
|
2017-09-15 |
Pulkit Goyal |
topics: improve the description if topic is not touched
|
file |
diff |
annotate
|
2017-09-15 |
Pulkit Goyal |
topics: show working directory branch when topic is empty
|
file |
diff |
annotate
|
2017-09-09 |
Pierre-Yves David |
stack: properly order stack when gaps existing inside it
|
file |
diff |
annotate
|
2017-09-07 |
Pierre-Yves David |
stack: display both parent with displaying merge
|
file |
diff |
annotate
|
2017-09-04 |
Pierre-Yves David |
stack: move data computation on the object
|
file |
diff |
annotate
|
2017-09-04 |
Pierre-Yves David |
stack: replace 'getstack' with direct call to 'stack'
|
file |
diff |
annotate
|
2017-09-04 |
Pierre-Yves David |
stack: introduce a rich stack object
|
file |
diff |
annotate
|
2017-08-11 |
Boris Feld |
context: troubled was deprecated
|
file |
diff |
annotate
|
2017-08-10 |
Boris Feld |
context: unstable was deprecated
|
file |
diff |
annotate
|
2017-07-14 |
Pulkit Goyal |
stack: show short node of changesets in `hg stack -v`
|
file |
diff |
annotate
|
2017-07-03 |
Pulkit Goyal |
topics: add t0 and b0 to the stack
|
file |
diff |
annotate
|
2017-06-29 |
Boris Feld |
topic: exclude public and topic changeset from branch stack
|
file |
diff |
annotate
|
2017-06-27 |
Pierre-Yves David |
topic: move the heads data to the branch line when appropriates
|
file |
diff |
annotate
|
2017-06-28 |
Pierre-Yves David |
topic: add some initial support for using stack on named branch
|
file |
diff |
annotate
|
2017-06-27 |
Pierre-Yves David |
topic: explicitly pass topic as a keyword argument
|
file |
diff |
annotate
|
2017-06-19 |
Boris Feld |
refactoring: directly use 'ctx.unstable()' in showstack function
|
file |
diff |
annotate
|
2017-06-18 |
Pulkit Goyal |
topics: abort if user wants to show the stack of a non-existent topic
|
file |
diff |
annotate
|
2017-06-18 |
Pulkit Goyal |
stack: show unstable state for the current revision if it is one (issue5553)
|
file |
diff |
annotate
|
2017-05-10 |
Boris Feld |
ui: hg topic now display if current revision is in bad state (issue5533)
stable
|
file |
diff |
annotate
|
2017-05-10 |
Boris Feld |
ui: Fix hg stack json output
stable
|
file |
diff |
annotate
|