hgbook
diff en/examples/tour.tip.out @ 146:65f6f9d18fa1
Oops! I forgot that I need the undoctored output files in the book!
Now they're named "*.lxo", instead of "*.out". Ugh.
Now they're named "*.lxo", instead of "*.out". Ugh.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue Mar 06 21:55:48 2007 -0800 (2007-03-06) |
parents | |
children | 1b52bda675d0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/examples/tour.tip.out Tue Mar 06 21:55:48 2007 -0800 1.3 @@ -0,0 +1,21 @@ 1.4 +$ \textbf{hg tip -vp} 1.5 +changeset: 1.6 +tag: tip 1.7 +user: Bryan O'Sullivan <bos@serpentine.com> 1.8 + 1.9 +files: hello.c 1.10 +description: 1.11 +Added an extra line of output 1.12 + 1.13 + 1.14 +diff -r -r hello.c 1.15 + 1.16 + 1.17 +@@ -8,5 +8,6 @@ int main(int argc, char **argv) 1.18 + int main(int argc, char **argv) 1.19 + \{ 1.20 + printf("hello, world!\textbackslash{}"); 1.21 ++ printf("hello again!\textbackslash{}n"); 1.22 + return 0; 1.23 + \} 1.24 +