bos@564: $ hg tip -vp bos@144: changeset: bos@144: tag: tip bos@564: user: Bryan O'Sullivan <bos@serpentine.com> 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@564: { bos@564: printf("hello, world!\"); bos@564: + printf("hello again!\n"); bos@144: return 0; bos@564: } bos@144: bos@564: