hgbook
view en/examples/tour.tip.out @ 147:e985873a9d1a
Work around bisect sometimes failing.
Really, I shouldn't be running this at all for now.
Really, I shouldn't be running this at all for now.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue Mar 06 21:56:43 2007 -0800 (2007-03-06) |
parents | |
children | 1b52bda675d0 |
line source
1 $ \textbf{hg tip -vp}
2 changeset:
3 tag: tip
4 user: Bryan O'Sullivan <bos@serpentine.com>
6 files: hello.c
7 description:
8 Added an extra line of output
11 diff -r -r hello.c
14 @@ -8,5 +8,6 @@ int main(int argc, char **argv)
15 int main(int argc, char **argv)
16 \{
17 printf("hello, world!\textbackslash{}");
18 + printf("hello again!\textbackslash{}n");
19 return 0;
20 \}