bos@144: $ \textbf{hg log -v -p -r 2} bos@144: changeset: bos@144: user: Bryan O'Sullivan bos@144: bos@144: files: hello.c bos@144: description: bos@144: Introduce a typo into hello.c. bos@144: bos@144: bos@144: diff -r -r hello.c bos@144: bos@144: bos@144: @@ -11,6 +11,6 @@ bos@144: bos@144: int main(int argc, char **argv) bos@144: \{ bos@144: - printf("hello, world!\textbackslash{}n"); bos@144: + printf("hello, world!\textbackslash{}"); bos@144: return 0; bos@144: \} bos@144: