changeset 418:005d07dfce2b

command hg log -v on its own line. It was inconsistent before and that’s worse than losing 2 lines.
author drak@kaverne
date Thu, 18 Sep 2014 10:58:39 +0200
parents 4c185817cc45
children 19a6c35d52ff
files templates/guide/index.html
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 
 <div class="note">
 <p class="note-title">Note:</p> By default Log only shows the first
-line of the commit message. To show the full message, use <code>hg log
--v</code>
+line of the commit message. To show the full message, use 
+<pre>$ hg log-v
+
+</pre>
 </div>
 
 <div class="note">