hgbook
view it/examples/ch01-new.add.it @ 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 <!-- BEGIN ch01/new.add -->
2 <screen><prompt>$</prompt> <userinput>cd mioprogetto</userinput>
3 <prompt>$</prompt> <userinput>cp ../hello.c .</userinput>
4 <prompt>$</prompt> <userinput>cp ../goodbye.c .</userinput>
5 <prompt>$</prompt> <userinput>hg add</userinput>
6 aggiungo goodbye.c
7 aggiungo hello.c
8 <prompt>$</prompt> <userinput>hg status</userinput>
9 A goodbye.c
10 A hello.c
11 </screen>
12 <!-- END ch01/new.add -->