comparison en/examples/results/cmdref.diff-p.out @ 662:44d1363234d2

Move example output files into examples/results
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 21:37:47 -0700
parents en/examples/cmdref.diff-p.out@c4d24e64ec1f
children 0d5935744f87
comparison
equal deleted inserted replaced
661:f916a8c80554 662:44d1363234d2
1 $ \textbf{echo '[diff]' >> $HGRC}
2 $ \textbf{echo 'showfunc = False' >> $HGRC}
3 $ \textbf{hg diff}
4 diff -r myfile.c
5
6
7 @@ -1,4 +1,4 @@
8 int myfunc()
9 \{
10 - return 1;
11 + return 10;
12 \}
13 $ \textbf{hg diff -p}
14 diff -r myfile.c
15
16
17 @@ -1,4 +1,4 @@
18 int myfunc()
19 \{
20 - return 1;
21 + return 10;
22 \}