hgbook

annotate en/examples/results/tour.tip.out @ 605:a21668c4af50

Add top-level README
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Mar 27 10:08:39 2009 -0700 (2009-03-27)
parents 44d1363234d2
children 4432ad34b8e5
rev   line source
bos@564 1 <screen><prompt>$</prompt> <userinput>hg tip -vp</userinput>
bos@144 2 changeset:
bos@144 3 tag: tip
bos@564 4 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@144 5
bos@144 6 files: hello.c
bos@144 7 description:
bos@144 8 Added an extra line of output
bos@144 9
bos@144 10
bos@144 11 diff -r -r hello.c
bos@144 12
bos@144 13
hg@306 14 @@ -8,5 +8,6 @@
bos@144 15 int main(int argc, char **argv)
bos@564 16 {
bos@564 17 printf("hello, world!\");
bos@564 18 + printf("hello again!\n");
bos@144 19 return 0;
bos@564 20 }
bos@144 21
bos@564 22 </screen>