Mercurial > evolve
comparison tests/test-split.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 | d00f0c369bc7 4eb3877540f1 |
comparison
equal
deleted
inserted
replaced
3901:f2b8429db565 | 3914:96945ea908df |
---|---|
410 $ echo babar > babar | 410 $ echo babar > babar |
411 $ echo celeste > celeste | 411 $ echo celeste > celeste |
412 $ hg add babar celeste | 412 $ hg add babar celeste |
413 $ hg commit -m "Works on mytopic" babar celeste --user victor | 413 $ hg commit -m "Works on mytopic" babar celeste --user victor |
414 active topic 'mytopic' grew its first changeset | 414 active topic 'mytopic' grew its first changeset |
415 (see 'hg help topics' for more information) | |
415 $ hg log -r . | 416 $ hg log -r . |
416 changeset: 18:26f72cfaf036 | 417 changeset: 18:26f72cfaf036 |
417 branch: new-branch | 418 branch: new-branch |
418 tag: tip | 419 tag: tip |
419 topic: mytopic | 420 topic: mytopic |