equal
deleted
inserted
replaced
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 |