Mercurial > hg-website
changeset 416:38f7971e54a9
note that log only shows the first line of a commit message.
author | drak@kaverne |
---|---|
date | Thu, 18 Sep 2014 10:56:20 +0200 |
parents | b40d4f1881cf |
children | 4c185817cc45 |
files | templates/guide/index.html |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <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> +</div> + +<div class="note"> <p class="note-title">Note:</p> You can also go into an existing directory with files and init the repository there.