Mercurial > evolve
comparison tests/test-topic-flow-publish-bare.t @ 3794:b89108d3eca0
branching: merge with stable
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 05 Jun 2018 03:37:15 +0200 |
parents | 1bc4b0807c37 |
children | 228caeb8b7af |
comparison
equal
deleted
inserted
replaced
3793:3343c5491b31 | 3794:b89108d3eca0 |
---|---|
114 2 files updated, 0 files merged, 1 files removed, 0 files unresolved | 114 2 files updated, 0 files merged, 1 files removed, 0 files unresolved |
115 $ hg topic foo | 115 $ hg topic foo |
116 marked working directory as topic: foo | 116 marked working directory as topic: foo |
117 $ mkcommit c_dF0 | 117 $ mkcommit c_dF0 |
118 active topic 'foo' grew its first changeset | 118 active topic 'foo' grew its first changeset |
119 (see 'hg help topics' for more information) | |
119 $ hg push | 120 $ hg push |
120 pushing to $TESTTMP/bare-branch-server | 121 pushing to $TESTTMP/bare-branch-server |
121 searching for changes | 122 searching for changes |
122 adding changesets | 123 adding changesets |
123 adding manifests | 124 adding manifests |
147 $ mkcommit c_dG0 | 148 $ mkcommit c_dG0 |
148 $ hg topic bar | 149 $ hg topic bar |
149 marked working directory as topic: bar | 150 marked working directory as topic: bar |
150 $ mkcommit c_dH0 | 151 $ mkcommit c_dH0 |
151 active topic 'bar' grew its first changeset | 152 active topic 'bar' grew its first changeset |
153 (see 'hg help topics' for more information) | |
152 $ hg push | 154 $ hg push |
153 pushing to $TESTTMP/bare-branch-server | 155 pushing to $TESTTMP/bare-branch-server |
154 searching for changes | 156 searching for changes |
155 adding changesets | 157 adding changesets |
156 adding manifests | 158 adding manifests |