# HG changeset patch # User Anton Shestakov # Date 1415273455 0 # Node ID 7a012507c825e248733a9ef8b7808e7e959d0f88 # Parent 4224eebf4d956ca5d9568f1b0a5c8277da2d72c8 A quote and a whitespace diff -r 4224eebf4d95 -r 7a012507c825 templates/guide/index.html --- a/templates/guide/index.html Thu Sep 18 18:16:56 2014 +0200 +++ b/templates/guide/index.html Thu Nov 06 11:30:55 2014 +0000 @@ -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