##// END OF EJS Templates
py3: use python3 hg in test-py3-commands.t at places where py2 hg was used...
Pulkit Goyal -
r32802:90ce5f03 default
parent child Browse files
Show More
@@ -183,7 +183,7 b' Prove the repo is valid using the Python'
183 summary: commit performed in Python 3
183 summary: commit performed in Python 3
184
184
185
185
186 $ hg log -G
186 $ $PYTHON3 $HGBIN log -G
187 @ changeset: 1:e1e9167203d4
187 @ changeset: 1:e1e9167203d4
188 | tag: tip
188 | tag: tip
189 | user: test
189 | user: test
@@ -195,7 +195,7 b' Prove the repo is valid using the Python'
195 date: Thu Jan 01 00:00:00 1970 +0000
195 date: Thu Jan 01 00:00:00 1970 +0000
196 summary: commit performed in Python 3
196 summary: commit performed in Python 3
197
197
198 $ hg log -Tjson
198 $ $PYTHON3 $HGBIN log -Tjson
199 [
199 [
200 {
200 {
201 "rev": 1,
201 "rev": 1,
@@ -225,7 +225,7 b' Prove the repo is valid using the Python'
225
225
226 Show that update works now!
226 Show that update works now!
227
227
228 $ hg up 0
228 $ $PYTHON3 $HGBIN up 0
229 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
229 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
230 $ hg identify
230 $ $PYTHON3 $HGBIN identify
231 71c96e924262
231 71c96e924262
General Comments 0
You need to be logged in to leave comments. Login now