Mercurial > hg
view tests/test-phases.t @ 15516:10f302f5e9f6
tests: add missing 'hghave unix-permissions'
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 16 Nov 2011 03:45:14 +0100 |
parents | 9ae766f2f452 |
children | 1e4e49c58b94 |
line wrap: on
line source
$ 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