Mercurial > evolve
diff tests/test-topic-push.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 | 537fd9a86c06 cbfd36046969 |
line wrap: on
line diff
--- a/tests/test-topic-push.t Wed Jul 25 15:30:37 2018 -0700 +++ b/tests/test-topic-push.t Tue Jul 31 12:52:06 2018 +0200 @@ -132,6 +132,7 @@ $ hg add ddd $ hg commit -m 'CD' active topic 'babar' grew its first changeset + (see 'hg help topics' for more information) $ hg log -G # keep track of phase because I saw some strange bug during developement @ 4 default babar draft CD | @@ -245,6 +246,7 @@ $ hg add eee $ hg commit -m 'CE' active topic 'celeste' grew its first changeset + (see 'hg help topics' for more information) $ hg log -G # keep track of phase because I saw some strange bug during developement @ 5 default celeste draft CE | @@ -440,6 +442,7 @@ marked working directory as topic: topicA $ hg commit -m 'CA' active topic 'topicA' grew its first changeset + (see 'hg help topics' for more information) $ hg up 'desc(CBASE)' 0 files updated, 0 files merged, 1 files removed, 0 files unresolved $ echo aaa > bbb @@ -448,6 +451,7 @@ marked working directory as topic: topicB $ hg commit -m 'CB' active topic 'topicB' grew its first changeset + (see 'hg help topics' for more information) $ cd .. $ hg push -R repoA repoB pushing to repoB