view en/examples/branching.init.out @ 403:303d1576da77

Fix sample output for 'bisect' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed, 20 Aug 2008 22:04:16 +0200
parents 5fc4a45c069f
children
line wrap: on
line source

$ \textbf{hg init main}
$ \textbf{cd main}
$ \textbf{echo 'This is a boring feature.' > myfile}
$ \textbf{hg commit -A -m 'We have reached an important milestone!'}
adding myfile