sapling/tests/test-phases.t
2011-11-11 00:15:22 +01:00

11 lines
178 B
Perl

$ alias hglog='hg log --template "{rev} {phase} {desc}\n"'
$ hg init initialrepo
$ cd initialrepo
$ touch sam
$ hg add sam
$ hg ci -m 'first'
$ hglog
0 1 first