hgbook

annotate ja/examples/tour.tip.out @ 709:f9f71850ae1a

Merge with foozy
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Aug 14 12:10:47 2009 -0700 (2009-08-14)
parents
children
rev   line source
foozy@708 1 $ \textbf{hg tip -vp}
foozy@708 2 changeset:
foozy@708 3 tag: tip
foozy@708 4 user: Bryan O'Sullivan <bos@serpentine.com>
foozy@708 5
foozy@708 6 files: hello.c
foozy@708 7 description:
foozy@708 8 Added an extra line of output
foozy@708 9
foozy@708 10
foozy@708 11 diff -r -r hello.c
foozy@708 12
foozy@708 13
foozy@708 14 @@ -8,5 +8,6 @@ int main(int argc, char **argv)
foozy@708 15 int main(int argc, char **argv)
foozy@708 16 \{
foozy@708 17 printf("hello, world!\textbackslash{}");
foozy@708 18 + printf("hello again!\textbackslash{}n");
foozy@708 19 return 0;
foozy@708 20 \}
foozy@708 21