hgbook
view ja/examples/cmdref.diff-p.out @ 1114:527b86d55d4a
inotify: update installation information
inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Sun Dec 13 16:35:56 2009 +0900 (2009-12-13) |
parents | |
children |
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 \}