changeset 2985 | f63c97c01f92 |
parent 2776 | 4dd84054ebbb |
child 2988 | 62201935e1a7 |
--- a/tests/test-topic-rebase.t Tue Sep 26 12:27:43 2017 +0200 +++ b/tests/test-topic-rebase.t Tue Sep 26 12:29:15 2017 +0200 @@ -40,6 +40,7 @@ Work on myfeature $ hg topic myfeature + marked working directory as topic: myfeature $ mkcommit feature1 $ hg stack ### topic: myfeature @@ -102,6 +103,7 @@ Update the common file in a topic $ hg topic myotherfeature + marked working directory as topic: myotherfeature $ echo "B" >> file $ hg commit -m "myotherfeature1"