hgbook

view en/examples/tour.diff.out @ 554:91adcea08b33

Fix the bisect section, I hope (bisect is now part of Mercurial).
author Arne Babenhauserheide <bab@draketo.de>
date Wed Jan 21 14:16:38 2009 +0100 (2009-01-21)
parents 006bbad1f190
children
line source
1 $ \textbf{hg diff}
2 diff -r hello.c
5 @@ -8,5 +8,6 @@
6 int main(int argc, char **argv)
7 \{
8 printf("hello, world!\textbackslash{}");
9 + printf("hello again!\textbackslash{}n");
10 return 0;
11 \}