# HG changeset patch # User David Soria Parra # Date 1448992320 28800 # Node ID 5d41bc5f0dd2d41f916506c9bd095db0459d11c0 # Parent 4224eebf4d956ca5d9568f1b0a5c8277da2d72c8# Parent b956b40a4278e46fbb7711ce13586a09f7a0813b Merged in av6/hg-website/engored/a-quote-and-a-whitespace-1415273452391 (pull request #4) A quote and a whitespace diff -r 4224eebf4d95 -r 5d41bc5f0dd2 templates/guide/index.html --- a/templates/guide/index.html Thu Sep 18 18:16:56 2014 +0200 +++ b/templates/guide/index.html Tue Dec 01 09:52:00 2015 -0800 @@ -104,7 +104,7 @@

Note:

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

First do some changes:

-
$ echo 'print("Hello World") > hello.py
+
$ echo 'print("Hello World")' > hello.py