comparison templates/guide/index.html @ 422:7a012507c825 engored/a-quote-and-a-whitespace-1415273452391

A quote and a whitespace
author Anton Shestakov <engored@ya.ru>
date Thu, 06 Nov 2014 11:30:55 +0000
parents 4224eebf4d95
children 2b0669fed7a8
comparison
equal deleted inserted replaced
421:4224eebf4d95 422:7a012507c825
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 106 line of the commit message. To show the full message, use
107 <pre>$ hg log-v 107 <pre>$ hg log -v
108 108
109 </pre> 109 </pre>
110 </div> 110 </div>
111 111
112 <div class="note"> 112 <div class="note">
127 127
128 <h5>Save changes</h5> 128 <h5>Save changes</h5>
129 129
130 <p>First do some changes:</p> 130 <p>First do some changes:</p>
131 131
132 <pre>$ echo 'print("Hello World") > hello.py 132 <pre>$ echo 'print("Hello World")' > hello.py
133 133
134 </pre> 134 </pre>
135 135
136 <p>see which files changed, which have been added or removed, and which aren't tracked yet</p> 136 <p>see which files changed, which have been added or removed, and which aren't tracked yet</p>
137 137