bos@144: $ \textbf{hg tip -vp} bos@144: changeset: bos@144: tag: tip bos@144: user: Bryan O'Sullivan bos@144: bos@144: files: hello.c bos@144: description: bos@144: Added an extra line of output bos@144: bos@144: bos@144: diff -r -r hello.c bos@144: bos@144: hg@306: @@ -8,5 +8,6 @@ bos@144: int main(int argc, char **argv) bos@144: \{ bos@144: printf("hello, world!\textbackslash{}"); bos@144: + printf("hello again!\textbackslash{}n"); bos@144: return 0; bos@144: \} bos@144: