##// END OF EJS Templates
py3: prove second commit works...
Yuya Nishihara -
r31651:d3140fd3 default
parent child Browse files
Show More
@@ -123,19 +123,12 b' Test bytes-ness of policy.policy with HG'
123 123 $ $PYTHON3 $HGBIN commit --message 'commit performed in Python 3'
124 124 $ $PYTHON3 $HGBIN status
125 125
126 TODO: bdiff is broken on Python 3 so we can't do a second commit yet,
127 when that works remove this rollback command.
128 $ hg rollback
129 repository tip rolled back to revision -1 (undo commit)
130 working directory now based on revision -1
131
132 126 $ mkdir A
133 127 $ echo "This is the file 'mu'." > A/mu
134 128 $ $PYTHON3 $HGBIN addremove
135 129 adding A/mu
136 130 $ $PYTHON3 $HGBIN status
137 131 A A/mu
138 A iota
139 132 $ HGEDITOR='echo message > ' $PYTHON3 $HGBIN commit
140 133 $ $PYTHON3 $HGBIN status
141 134
@@ -145,11 +138,16 b' Prove the repo is valid using the Python'
145 138 checking manifests
146 139 crosschecking files in changesets and manifests
147 140 checking files
148 2 files, 1 changesets, 2 total revisions
141 2 files, 2 changesets, 2 total revisions
149 142 $ hg log
150 changeset: 0:e825505ba339
143 changeset: 1:e1e9167203d4
151 144 tag: tip
152 145 user: test
153 146 date: Thu Jan 01 00:00:00 1970 +0000
154 147 summary: message
155 148
149 changeset: 0:71c96e924262
150 user: test
151 date: Thu Jan 01 00:00:00 1970 +0000
152 summary: commit performed in Python 3
153
General Comments 0
You need to be logged in to leave comments. Login now