view tests/test-phases.t @ 15493:8504699d1aa6

setup: hgbuildmo inherits from Command hgbuildmo does not need anything provided by the build class.
author Simon Heimberg <simohe@besonet.ch>
date Tue, 01 Nov 2011 20:13:53 +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