hgbook

view en/examples/tour.log-r.out @ 320:97e929385442

Small typos, plus a perl regexp match. It was stripping newlines!
author Taavi Burns <taavi@taaviburns.ca>
date Sun Aug 31 12:14:23 2008 -0400 (2008-08-31)
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.