view tests/test-phases.t @ 15455:c6f87bdab2a1

phases: add rollback support
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 07 Nov 2011 12:27:25 +0100
parents ea5b346024e1
children 9ae766f2f452
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 0 first