hgbook

diff en/examples/ch11/qdelete @ 1114:527b86d55d4a

inotify: update installation information

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 ef53d025f410
children
line diff
     1.1 --- a/en/examples/ch11/qdelete	Thu Apr 23 22:24:02 2009 -0700
     1.2 +++ b/en/examples/ch11/qdelete	Sun Dec 13 16:35:56 2009 +0900
     1.3 @@ -22,7 +22,7 @@
     1.4  echo a > a
     1.5  hg add a
     1.6  hg qrefresh -m 'Good change'
     1.7 -hg qdelete -r tip
     1.8 +hg qfinish tip
     1.9  hg qapplied
    1.10  hg tip --style=compact
    1.11