$ hg tip -vp changeset: 5:764347e47e75 tag: tip user: Bryan O'Sullivan <bos@serpentine.com> date: Fri Jun 05 15:51:52 2009 +0000 files: hello.c description: Inserisce una riga con un messaggio aggiuntivo. diff -r 2278160e78d4 -r 764347e47e75 hello.c --- a/hello.c Sat Aug 16 22:16:53 2008 +0200 +++ b/hello.c Fri Jun 05 15:51:52 2009 +0000 @@ -8,5 +8,6 @@ int main(int argc, char **argv) { printf("ciao, mondo!\"); + printf("ancora ciao!\n"); return 0; }