comparison tests/test-py3-commands.t @ 32162:4c49c8601093

py3: add test to show 'hg log -G' works
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 04 May 2017 04:52:03 +0530
parents cff15c64f57e
children e1d1f1bc4a95
comparison
equal deleted inserted replaced
32161:cff15c64f57e 32162:4c49c8601093
157 changeset: 0:71c96e924262 157 changeset: 0:71c96e924262
158 user: test 158 user: test
159 date: Thu Jan 01 00:00:00 1970 +0000 159 date: Thu Jan 01 00:00:00 1970 +0000
160 summary: commit performed in Python 3 160 summary: commit performed in Python 3
161 161
162
163 $ hg log -G
164 @ changeset: 1:e1e9167203d4
165 | tag: tip
166 | user: test
167 | date: Thu Jan 01 00:00:00 1970 +0000
168 | summary: message
169 |
170 o changeset: 0:71c96e924262
171 user: test
172 date: Thu Jan 01 00:00:00 1970 +0000
173 summary: commit performed in Python 3
174
175