comparison tests/test-split.t @ 3000:bd7e8be29542 stable

branching: merge future 6.7.0 in the stable branch We are getting ready to release a new version.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 27 Sep 2017 00:54:28 +0200
parents 62201935e1a7
children a456f55b3a6b 945a0989e41b
comparison
equal deleted inserted replaced
2852:0d16c89aa185 3000:bd7e8be29542
407 Add topic to the hgrc 407 Add topic to the hgrc
408 408
409 $ echo "[extensions]" >> $HGRCPATH 409 $ echo "[extensions]" >> $HGRCPATH
410 $ echo "topic=$(echo $(dirname $TESTDIR))/hgext3rd/topic/" >> $HGRCPATH 410 $ echo "topic=$(echo $(dirname $TESTDIR))/hgext3rd/topic/" >> $HGRCPATH
411 $ hg topic mytopic 411 $ hg topic mytopic
412 marked working directory as topic: mytopic
412 $ echo babar > babar 413 $ echo babar > babar
413 $ echo celeste > celeste 414 $ echo celeste > celeste
414 $ hg add babar celeste 415 $ hg add babar celeste
415 $ hg commit -m "Works on mytopic" babar celeste --user victor 416 $ hg commit -m "Works on mytopic" babar celeste --user victor
417 active topic 'mytopic' grew its first changeset
416 $ hg log -r . 418 $ hg log -r .
417 changeset: 21:26f72cfaf036 419 changeset: 21:26f72cfaf036
418 branch: new-branch 420 branch: new-branch
419 tag: tip 421 tag: tip
420 topic: mytopic 422 topic: mytopic