# HG changeset patch # User ymh # Date 1571224735 -7200 # Node ID 2c8d73b46563967a7a35f23f93f8ebd6c109f132 # Parent 6d49b8f66b9cda5a724d55afb91e9965d0d578d2 test commit diff -r 6d49b8f66b9c -r 2c8d73b46563 hello.c --- a/hello.c Wed Feb 14 13:09:13 2018 +0100 +++ b/hello.c Wed Oct 16 13:18:55 2019 +0200 @@ -9,5 +9,6 @@ { printf("once more, hello.\n"); printf("hello merged ?"); + printf("This is not right"); return 0; }