hgbook

view en/examples/tour.log-r.out @ 229:0a20b03559bf

Most stable output of bisect example seems to have changed?
author Bryan O'Sullivan <bos@serpentine.com>
date Sat May 26 12:07:03 2007 -0700 (2007-05-26)
parents
children
line source
1 $ \textbf{hg log -r 3}
2 changeset:
3 user: Bryan O'Sullivan <bos@serpentine.com>
5 summary: Get make to generate the final binary from a .o file.
7 $ \textbf{hg log -r }
8 changeset:
9 user: Bryan O'Sullivan <bos@serpentine.com>
11 summary: Get make to generate the final binary from a .o file.
13 $ \textbf{hg log -r 1 -r 4}
14 changeset:
15 user: mpm@selenic.com
17 summary: Create a makefile
19 changeset:
20 tag: tip
21 user: Bryan O'Sullivan <bos@serpentine.com>
23 summary: Trim comments.