hgbook

view en/examples/tour.log-r.out @ 276:92660e72d6bf

[hgbook] Fix a typo
author "Dongsheng Song" <dongsheng.song@gmail.com>
date Fri Dec 07 21:25:07 2007 -0800 (2007-12-07)
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.