hgbook

diff en/examples/daily.copy @ 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 fe74ace5fe1c
children
line diff
     1.1 --- a/en/examples/daily.copy	Fri Mar 30 23:28:34 2007 -0700
     1.2 +++ b/en/examples/daily.copy	Sun Dec 13 16:35:56 2009 +0900
     1.3 @@ -51,9 +51,9 @@
     1.4  cd copy-example
     1.5  echo a > a
     1.6  echo b > b
     1.7 -mkdir c
     1.8 -mkdir c/a
     1.9 -echo c > c/a/c
    1.10 +mkdir z
    1.11 +mkdir z/a
    1.12 +echo c > z/a/c
    1.13  hg ci -Ama
    1.14  
    1.15  #$ name: simple
    1.16 @@ -70,13 +70,13 @@
    1.17  
    1.18  #$ name: dir-src
    1.19  
    1.20 -hg copy c e
    1.21 +hg copy z e
    1.22  
    1.23  #$ name: dir-src-dest
    1.24  
    1.25 -hg copy c d
    1.26 +hg copy z d
    1.27  
    1.28  #$ name: after
    1.29  
    1.30 -cp a z
    1.31 -hg copy --after a z
    1.32 +cp a n
    1.33 +hg copy --after a n