Mercurial > evolve
comparison tests/test-topic-shelve.t @ 3914:96945ea908df stable
branching: merge default into stable
The stable branch of Mercurial core now contains Mercurial 4.7 so evolve branch
policy requires this merge. The @ bookmark is in the right location, so people
doing clone will get to the latest release.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 31 Jul 2018 12:52:06 +0200 |
parents | 1bc4b0807c37 |
children | fb4801478d5d |
comparison
equal
deleted
inserted
replaced
3901:f2b8429db565 | 3914:96945ea908df |
---|---|
17 $ hg topic | 17 $ hg topic |
18 * testing-shelve (0 changesets) | 18 * testing-shelve (0 changesets) |
19 $ hg ci -m "First commit" -A | 19 $ hg ci -m "First commit" -A |
20 adding a | 20 adding a |
21 active topic 'testing-shelve' grew its first changeset | 21 active topic 'testing-shelve' grew its first changeset |
22 (see 'hg help topics' for more information) | |
22 $ hg topic | 23 $ hg topic |
23 * testing-shelve (1 changesets) | 24 * testing-shelve (1 changesets) |
24 $ echo " World" >> a | 25 $ echo " World" >> a |
25 $ hg stack | 26 $ hg stack |
26 ### topic: testing-shelve | 27 ### topic: testing-shelve |