hgbook
annotate en/examples/tag.log.v1.0.out @ 304:303d1576da77
Fix sample output for 'bisect' test.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed Aug 20 22:04:16 2008 +0200 (2008-08-20) |
parents | |
children |
rev | line source |
---|---|
bos@196 | 1 $ \textbf{echo goodbye > myfile2} |
bos@196 | 2 $ \textbf{hg commit -A -m 'Second commit'} |
bos@196 | 3 adding myfile2 |
bos@196 | 4 $ \textbf{hg log -r v1.0} |
bos@196 | 5 changeset: |
bos@196 | 6 tag: v1.0 |
bos@196 | 7 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@196 | 8 |
bos@196 | 9 summary: Initial commit |
bos@196 | 10 |