hgbook

diff en/examples/rename.divergent @ 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 91a936be78b8
children
line diff
     1.1 --- a/en/examples/rename.divergent	Mon Mar 12 23:11:26 2007 -0700
     1.2 +++ b/en/examples/rename.divergent	Sun Dec 13 16:35:56 2009 +0900
     1.3 @@ -14,7 +14,7 @@
     1.4  #$ name: rename.anne
     1.5  
     1.6  cd anne
     1.7 -hg mv foo bar
     1.8 +hg rename foo bar
     1.9  hg ci -m 'Rename foo to bar'
    1.10  
    1.11  #$ name: rename.bob