$ \textbf{hg diff} diff -r hello.c @@ -8,5 +8,6 @@ int main(int argc, char **argv) \{ printf("hello, world!\textbackslash{}"); + printf("hello again!\textbackslash{}n"); return 0; \}