# HG changeset patch # User drak@kaverne # Date 1411030719 -7200 # Node ID 005d07dfce2bf89e413479a11b197bdf4f0d6dcc # Parent 4c185817cc45b43ab249cabb351eeada58d7b92a command hg log -v on its own line. It was inconsistent before and that’s worse than losing 2 lines. diff -r 4c185817cc45 -r 005d07dfce2b templates/guide/index.html --- a/templates/guide/index.html Thu Sep 18 10:56:45 2014 +0200 +++ b/templates/guide/index.html Thu Sep 18 10:58:39 2014 +0200 @@ -103,8 +103,10 @@

Note:

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