hgbook
annotate en/examples/tour.log.out @ 164:8f4c9ae918af
Run examples in predictable order if we're doing the lot.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Mar 26 22:28:25 2007 -0700 (2007-03-26) |
parents | |
children |
rev | line source |
---|---|
bos@144 | 1 $ \textbf{hg log} |
bos@144 | 2 changeset: |
bos@144 | 3 tag: tip |
bos@144 | 4 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@144 | 5 |
bos@144 | 6 summary: Trim comments. |
bos@144 | 7 |
bos@144 | 8 changeset: |
bos@144 | 9 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@144 | 10 |
bos@144 | 11 summary: Get make to generate the final binary from a .o file. |
bos@144 | 12 |
bos@144 | 13 changeset: |
bos@144 | 14 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@144 | 15 |
bos@144 | 16 summary: Introduce a typo into hello.c. |
bos@144 | 17 |
bos@144 | 18 changeset: |
bos@144 | 19 user: mpm@selenic.com |
bos@144 | 20 |
bos@144 | 21 summary: Create a makefile |
bos@144 | 22 |
bos@144 | 23 changeset: |
bos@144 | 24 user: mpm@selenic.com |
bos@144 | 25 |
bos@144 | 26 summary: Create a standard "hello, world" program |
bos@144 | 27 |