Mercurial > evolve
comparison tests/test-topic-flow-publish-flag.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 | eb928f5728c4 |
children | f3713d41b85b 12c53d7122a7 |
comparison
equal
deleted
inserted
replaced
3901:f2b8429db565 | 3914:96945ea908df |
---|---|
289 | 289 |
290 $ hg topic topic_A | 290 $ hg topic topic_A |
291 marked working directory as topic: topic_A | 291 marked working directory as topic: topic_A |
292 $ mkcommit c_dK0 | 292 $ mkcommit c_dK0 |
293 active topic 'topic_A' grew its first changeset | 293 active topic 'topic_A' grew its first changeset |
294 (see 'hg help topics' for more information) | |
294 $ hg push -r 'desc("c_dK0")' --publish | 295 $ hg push -r 'desc("c_dK0")' --publish |
295 pushing to $TESTTMP/bare-branch-server | 296 pushing to $TESTTMP/bare-branch-server |
296 searching for changes | 297 searching for changes |
297 adding changesets | 298 adding changesets |
298 adding manifests | 299 adding manifests |
299 adding file changes | 300 adding file changes |
300 added 1 changesets with 1 changes to 1 files | 301 added 1 changesets with 1 changes to 1 files |
301 active topic 'topic_A' is now empty | 302 active topic 'topic_A' is now empty |
303 (use 'hg topic --clear' to clear it if needed) | |
302 $ hg log --rev 'sort(all(), "topo")' -GT '{rev}:{node|short} {desc} {phase} {branch} {topics}' | 304 $ hg log --rev 'sort(all(), "topo")' -GT '{rev}:{node|short} {desc} {phase} {branch} {topics}' |
303 @ 11:d06fc4f891e8 c_dK0 public default | 305 @ 11:d06fc4f891e8 c_dK0 public default |
304 | | 306 | |
305 o 10:ac4cf59f2aac c_dJ0 public default | 307 o 10:ac4cf59f2aac c_dJ0 public default |
306 | | 308 | |
329 ------------------------------------------------- | 331 ------------------------------------------------- |
330 | 332 |
331 $ hg topic topic_A | 333 $ hg topic topic_A |
332 $ mkcommit c_dL0 | 334 $ mkcommit c_dL0 |
333 active topic 'topic_A' grew its first changeset | 335 active topic 'topic_A' grew its first changeset |
336 (see 'hg help topics' for more information) | |
334 $ hg push -r 'desc("c_dL0")' | 337 $ hg push -r 'desc("c_dL0")' |
335 pushing to $TESTTMP/bare-branch-server | 338 pushing to $TESTTMP/bare-branch-server |
336 searching for changes | 339 searching for changes |
337 adding changesets | 340 adding changesets |
338 adding manifests | 341 adding manifests |
385 0 files updated, 0 files merged, 1 files removed, 0 files unresolved | 388 0 files updated, 0 files merged, 1 files removed, 0 files unresolved |
386 $ hg topic topic_B | 389 $ hg topic topic_B |
387 marked working directory as topic: topic_B | 390 marked working directory as topic: topic_B |
388 $ mkcommit c_dN0 | 391 $ mkcommit c_dN0 |
389 active topic 'topic_B' grew its first changeset | 392 active topic 'topic_B' grew its first changeset |
393 (see 'hg help topics' for more information) | |
390 $ hg push -r 'desc("c_dN0")' --publish | 394 $ hg push -r 'desc("c_dN0")' --publish |
391 pushing to $TESTTMP/bare-branch-server | 395 pushing to $TESTTMP/bare-branch-server |
392 searching for changes | 396 searching for changes |
393 abort: push creates new remote head 4dcd0be9db96! | 397 abort: push creates new remote head 4dcd0be9db96! |
394 (merge or see 'hg help push' for details about pushing new heads) | 398 (merge or see 'hg help push' for details about pushing new heads) |