comparison en/examples/cmdref.diff-p.out @ 646:c4d24e64ec1f

Change output of cmdref
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 29 Jan 2009 22:30:48 -0800
parents 006bbad1f190
children
comparison
equal deleted inserted replaced
645:4cf5c332a9c1 646:c4d24e64ec1f
12 \} 12 \}
13 $ \textbf{hg diff -p} 13 $ \textbf{hg diff -p}
14 diff -r myfile.c 14 diff -r myfile.c
15 15
16 16
17 @@ -1,4 +1,4 @@ int myfunc() 17 @@ -1,4 +1,4 @@
18 int myfunc() 18 int myfunc()
19 \{ 19 \{
20 - return 1; 20 - return 1;
21 + return 10; 21 + return 10;
22 \} 22 \}