Mercurial > hg-website
comparison templates/guide/index.html @ 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 |
comparison
equal
deleted
inserted
replaced
417:4c185817cc45 | 418:005d07dfce2b |
---|---|
101 </div> | 101 </div> |
102 | 102 |
103 | 103 |
104 <div class="note"> | 104 <div class="note"> |
105 <p class="note-title">Note:</p> By default Log only shows the first | 105 <p class="note-title">Note:</p> By default Log only shows the first |
106 line of the commit message. To show the full message, use <code>hg log | 106 line of the commit message. To show the full message, use |
107 -v</code> | 107 <pre>$ hg log-v |
108 | |
109 </pre> | |
108 </div> | 110 </div> |
109 | 111 |
110 <div class="note"> | 112 <div class="note"> |
111 <p class="note-title">Note:</p> | 113 <p class="note-title">Note:</p> |
112 You can also go into an existing directory with files and init the repository there. | 114 You can also go into an existing directory with files and init the repository there. |