# HG changeset patch # User drak@kaverne # Date 1411030580 -7200 # Node ID 38f7971e54a9610831926cd86314931015a81c4a # Parent b40d4f1881cfbcce6dab75775f9cc2d5f1619490 note that log only shows the first line of a commit message. diff -r b40d4f1881cf -r 38f7971e54a9 templates/guide/index.html --- a/templates/guide/index.html Thu Sep 18 10:55:08 2014 +0200 +++ b/templates/guide/index.html Thu Sep 18 10:56:20 2014 +0200 @@ -102,6 +102,12 @@
+

Note:

By default Log only shows the first +line of the commit message. To show the full message, use hg log +-v +
+ +

Note:

You can also go into an existing directory with files and init the repository there.