hgbook

view en/examples/tour.log.out @ 144:006bbad1f190

Add expected output files.
This makes it possible to spot changes in Mercurial's output and
behaviour over time.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 06 21:44:56 2007 -0800 (2007-03-06)
parents
children
line source
1 $ \textbf{hg log}
2 changeset:
3 tag: tip
4 user: Bryan O'Sullivan <bos@serpentine.com>
6 summary: Trim comments.
8 changeset:
9 user: Bryan O'Sullivan <bos@serpentine.com>
11 summary: Get make to generate the final binary from a .o file.
13 changeset:
14 user: Bryan O'Sullivan <bos@serpentine.com>
16 summary: Introduce a typo into hello.c.
18 changeset:
19 user: mpm@selenic.com
21 summary: Create a makefile
23 changeset:
24 user: mpm@selenic.com
26 summary: Create a standard "hello, world" program