Mercurial > evolve
comparison tests/test-split.t @ 2985:f63c97c01f92
topics/ui: signal when the topics command creates a new (empty) topic
author | Aurélien Campéas |
---|---|
date | Tue, 26 Sep 2017 12:29:15 +0200 |
parents | 06844693bb21 |
children | 62201935e1a7 |
comparison
equal
deleted
inserted
replaced
2984:30f6030dca8f | 2985:f63c97c01f92 |
---|---|
403 Add topic to the hgrc | 403 Add topic to the hgrc |
404 | 404 |
405 $ echo "[extensions]" >> $HGRCPATH | 405 $ echo "[extensions]" >> $HGRCPATH |
406 $ echo "topic=$(echo $(dirname $TESTDIR))/hgext3rd/topic/" >> $HGRCPATH | 406 $ echo "topic=$(echo $(dirname $TESTDIR))/hgext3rd/topic/" >> $HGRCPATH |
407 $ hg topic mytopic | 407 $ hg topic mytopic |
408 marked working directory as topic: mytopic | |
408 $ echo babar > babar | 409 $ echo babar > babar |
409 $ echo celeste > celeste | 410 $ echo celeste > celeste |
410 $ hg add babar celeste | 411 $ hg add babar celeste |
411 $ hg commit -m "Works on mytopic" babar celeste --user victor | 412 $ hg commit -m "Works on mytopic" babar celeste --user victor |
412 $ hg log -r . | 413 $ hg log -r . |