hgbook
annotate it/examples/mq.tutorial.qpush-a.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 |
rev | line source |
---|---|
Giulio@812 | 1 <!-- BEGIN mq.tutorial.qpush-a --> |
Giulio@812 | 2 <screen><prompt>$</prompt> <userinput>hg qpush -a</userinput> |
Giulio@812 | 3 applico seconda.patch |
Giulio@812 | 4 ora a: seconda.patch |
Giulio@812 | 5 <prompt>$</prompt> <userinput>cat file1</userinput> |
Giulio@812 | 6 riga 1 |
Giulio@812 | 7 riga 2 |
Giulio@812 | 8 riga 3 |
Giulio@812 | 9 riga 4 |
Giulio@812 | 10 </screen> |
Giulio@812 | 11 <!-- END mq.tutorial.qpush-a --> |