Mercurial > evolve
comparison tests/test-topic-stack.t @ 5685:7ee15bf011d6
topic: wrap branch call during summary
Right now, this introduce a bug… however this will prevent the next changesets
to break the computation for "how many other changeset on that branch".
That last remaining bug (introduced in this series) seems a lesser evil.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 23 Dec 2020 13:50:23 +0100 |
parents | 1c1d8966ec55 |
children | ded843f23065 c23cbde54a58 |
comparison
equal
deleted
inserted
replaced
5684:4de216446c53 | 5685:7ee15bf011d6 |
---|---|
311 $ hg up s2 | 311 $ hg up s2 |
312 0 files updated, 0 files merged, 2 files removed, 0 files unresolved | 312 0 files updated, 0 files merged, 2 files removed, 0 files unresolved |
313 $ hg summary | 313 $ hg summary |
314 parent: 3:e629654d7050 | 314 parent: 3:e629654d7050 |
315 c_d | 315 c_d |
316 branch: default | 316 branch: default:foo |
317 commit: (clean) | 317 commit: (clean) |
318 update: 2 new changesets (update) | 318 update: 2 new changesets (update) |
319 phases: 4 draft | 319 phases: 4 draft |
320 topic: foo | 320 topic: foo |
321 | 321 |