Mercurial > evolve
comparison README @ 2669:b933a8068c17
topic: add some initial support for using stack on named branch
Stack is a useful command that can make sense in other context. The current
support is hacky and awful, but we have something!
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 28 Jun 2017 02:45:57 +0200 |
parents | 0ade6e87346b |
children | fddaf14783b1 |
comparison
equal
deleted
inserted
replaced
2668:1d2c66dc4ee3 | 2669:b933a8068c17 |
---|---|
127 - obslog: gain a --patch flag to display changes introduced by the evolution | 127 - obslog: gain a --patch flag to display changes introduced by the evolution |
128 (Currently limited to in simple case only) | 128 (Currently limited to in simple case only) |
129 | 129 |
130 - stack: also show the unstable status for the current changeset (issue5553) | 130 - stack: also show the unstable status for the current changeset (issue5553) |
131 - stack: properly abort when and unknown topic is requested, | 131 - stack: properly abort when and unknown topic is requested, |
132 - stack: add basic and raw support for named branches | |
132 - topic: changing topic on revs no longer adds extra instability (issue5441) | 133 - topic: changing topic on revs no longer adds extra instability (issue5441) |
133 - topic: topics: rename '--change' flag to '--rev' flag, | 134 - topic: topics: rename '--change' flag to '--rev' flag, |
134 - topic: multiple large performance improvements, | 135 - topic: multiple large performance improvements, |
135 - topic: various small output improvement, | 136 - topic: various small output improvement, |
136 | 137 |