hgbook

annotate ja/examples/tour.tip.out @ 908:b25f69ea9d4c

Place equations' comments just after the equations, in the same table.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 21:15:33 2009 +0100 (2009-10-26)
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