Mercurial > evolve
comparison tests/test-topic-stack-complex.t @ 4294:8974a05a49fa
split: rework the prompt to be more standard
We dropped the initial capital and moved to a positive question.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 12 Dec 2018 17:22:58 +0100 |
parents | d4902d48d095 |
children | 522abf1d70b7 5da1d162ad50 |
comparison
equal
deleted
inserted
replaced
4293:d4902d48d095 | 4294:8974a05a49fa |
---|---|
61 | 61 |
62 $ hg split << EOF | 62 $ hg split << EOF |
63 > y | 63 > y |
64 > y | 64 > y |
65 > n | 65 > n |
66 > y | 66 > c |
67 > EOF | 67 > EOF |
68 0 files updated, 0 files merged, 2 files removed, 0 files unresolved | 68 0 files updated, 0 files merged, 2 files removed, 0 files unresolved |
69 adding c | 69 adding c |
70 adding d | 70 adding d |
71 diff --git a/c b/c | 71 diff --git a/c b/c |
78 | 78 |
79 diff --git a/d b/d | 79 diff --git a/d b/d |
80 new file mode 100644 | 80 new file mode 100644 |
81 examine changes to 'd'? [Ynesfdaq?] n | 81 examine changes to 'd'? [Ynesfdaq?] n |
82 | 82 |
83 Done splitting? [yNdq?] y | 83 continue splitting? [Ycdq?] c |
84 1 new orphan changesets | 84 1 new orphan changesets |
85 | 85 |
86 $ hg stack | 86 $ hg stack |
87 ### topic: foo | 87 ### topic: foo |
88 ### target: default (branch) | 88 ### target: default (branch) |