$ hg branch
foo
$ hg branch bar
la directory di lavoro รจ stata segnata come ramo bar
$ echo nuovo file > nuovofile
$ hg commit -A -m 'Terzo commit.'
aggiungo nuovofile
$ hg tip
changeset: 2:4dce38140953
branch: bar
tag: tip
user: Bryan O'Sullivan <bos@serpentine.com>
date: Fri Jun 05 15:49:00 2009 +0000
summary: Terzo commit.