hgbook
view en/examples/cmdref.diff-p.out @ 233:696b1e0c01df
Tag all MQ commands as belonging to the mq extension.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun May 27 09:41:55 2007 -0700 (2007-05-27) |
parents | |
children | c4d24e64ec1f |
line source
1 $ \textbf{echo '[diff]' >> $HGRC}
2 $ \textbf{echo 'showfunc = False' >> $HGRC}
3 $ \textbf{hg diff}
4 diff -r myfile.c
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
17 @@ -1,4 +1,4 @@ int myfunc()
18 int myfunc()
19 \{
20 - return 1;
21 + return 10;
22 \}