hgbook
view ja/examples/tour.log-vp.out @ 963:1dd00abb3fa9
merge with bryan - it's been a while but everything seems ok
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Sun Aug 16 03:41:39 2009 +0200 (2009-08-16) |
parents | |
children |
line source
1 $ \textbf{hg log -v -p -r 2}
2 changeset:
3 user: Bryan O'Sullivan <bos@serpentine.com>
5 files: hello.c
6 description:
7 Introduce a typo into hello.c.
10 diff -r -r hello.c
13 @@ -11,6 +11,6 @@
15 int main(int argc, char **argv)
16 \{
17 - printf("hello, world!\textbackslash{}n");
18 + printf("hello, world!\textbackslash{}");
19 return 0;
20 \}