tests/test-phases.t
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Fri, 04 Nov 2011 00:40:47 +0100
changeset 15423 ea5b346024e1
child 15483 9ae766f2f452
permissions -rw-r--r--
phases: add a very simple test Note that the expected output is wrong as is should be phase-1. But the machinery to plant new root is to come in later commit.

  $ 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 0 first