Mercurial > evolve
diff tests/test-topic.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 | dda5b2134b32 |
children | 5940e586efd9 54eade86ac31 |
line wrap: on
line diff
--- a/tests/test-topic.t Wed Jul 25 15:30:37 2018 -0700 +++ b/tests/test-topic.t Tue Jul 31 12:52:06 2018 +0200 @@ -278,6 +278,7 @@ $ echo topic work >> alpha $ hg ci -m 'start on narf' active topic 'narf' grew its first changeset + (see 'hg help topics' for more information) $ hg co .^ 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg topic fran @@ -290,6 +291,7 @@ $ echo >> fran work >> beta $ hg ci -m 'start on fran' active topic 'fran' grew its first changeset + (see 'hg help topics' for more information) $ hg co narf switching to topic narf 2 files updated, 0 files merged, 0 files removed, 0 files unresolved @@ -447,6 +449,7 @@ marked working directory as topic: query $ hg ci -m 'what is narf, pinky?' active topic 'query' grew its first changeset + (see 'hg help topics' for more information) $ hg log -Gl2 @ changeset: 5:c01515cfc331 | tag: tip @@ -532,6 +535,7 @@ tip $ hg phase --public narf active topic 'narf' is now empty + (use 'hg topic --clear' to clear it if needed) POSSIBLE BUG: narf topic stays alive even though we just made all narf commits public: @@ -593,6 +597,7 @@ adding file changes added 3 changesets with 3 changes to 1 files new changesets 7c34953036d6:ae074045b7a7 + 1 local changesets published active topic 'query' is now empty (run 'hg update' to get a working copy) $ hg topics @@ -832,10 +837,12 @@ $ hg topic topic1990 $ hg ci -m "Added b" --config devel.default-date="631152000 0" --user "foo" active topic 'topic1990' grew its first changeset + (see 'hg help topics' for more information) $ hg add c $ hg topic topic2010 $ hg ci -m "Added c" --config devel.default-date="1262304000 0" --user "bar" active topic 'topic2010' grew its first changeset + (see 'hg help topics' for more information) $ hg log -G @ changeset: 3:76b16af75125