diff -r 94334f9a3ff3 -r 89098f9e56b5 hello.c --- a/hello.c Wed Sep 05 15:03:08 2012 +0200 +++ b/hello.c Wed Sep 05 15:08:08 2012 +0200 @@ -8,5 +8,6 @@ int main(int argc, char **argv) { printf("once more, hello.\n"); + printf("hello merged ?"); return 0; } \ No newline at end of file