hgbook

view en/examples/tour.log-r.out @ 434:c847605eb2a9

translated a bit, will stop translating this file until I figure out how to translate the expression "case sensitivity"
author jerojasro@localhost
date Mon Dec 01 20:56:29 2008 -0500 (2008-12-01)
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.