hgbook
annotate en/examples/tour.log-r.out @ 155:914babdc99c8
run-example: better error if bogus section name found.
Fix all such bogus names in sources.
Fix all such bogus names in sources.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Mar 12 23:10:32 2007 -0700 (2007-03-12) |
parents | |
children |
rev | line source |
---|---|
bos@144 | 1 $ \textbf{hg log -r 3} |
bos@144 | 2 changeset: |
bos@144 | 3 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@144 | 4 |
bos@144 | 5 summary: Get make to generate the final binary from a .o file. |
bos@144 | 6 |
bos@144 | 7 $ \textbf{hg log -r } |
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 $ \textbf{hg log -r 1 -r 4} |
bos@144 | 14 changeset: |
bos@144 | 15 user: mpm@selenic.com |
bos@144 | 16 |
bos@144 | 17 summary: Create a makefile |
bos@144 | 18 |
bos@144 | 19 changeset: |
bos@144 | 20 tag: tip |
bos@144 | 21 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@144 | 22 |
bos@144 | 23 summary: Trim comments. |
bos@144 | 24 |