tests/test-phases.t
author Martin Geisler <mg@lazybytes.net>
Thu, 15 Dec 2011 16:26:33 +0100
changeset 15636 4841035f37b6
parent 15483 9ae766f2f452
child 15694 1e4e49c58b94
permissions -rw-r--r--
merge with stable

  $ 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