Show More
@@ -201,18 +201,18 b" tests) don't work." | |||||
201 | For now, on Python 3, we abort when encountering non-UTF-8 percent-encoded |
|
201 | For now, on Python 3, we abort when encountering non-UTF-8 percent-encoded | |
202 | bytes in a filename. |
|
202 | bytes in a filename. | |
203 |
|
203 | |||
204 |
$ hg convert file:// |
|
204 | $ hg convert file://$TESTTMP/%FF test | |
205 | initializing destination test repository |
|
205 | initializing destination test repository | |
206 | on Python 3, we currently do not support non-UTF-8 percent-encoded bytes in file URLs for Subversion repositories |
|
206 | on Python 3, we currently do not support non-UTF-8 percent-encoded bytes in file URLs for Subversion repositories | |
207 |
file:/ |
|
207 | file:/*/$TESTTMP/%FF does not look like a CVS checkout (glob) | |
208 |
$TESTTMP/file: |
|
208 | $TESTTMP/file:$TESTTMP/%FF does not look like a Git repository | |
209 |
file:/ |
|
209 | file:/*/$TESTTMP/%FF does not look like a Subversion repository (glob) | |
210 |
file:/ |
|
210 | file:/*/$TESTTMP/%FF is not a local Mercurial repository (glob) | |
211 |
file:/ |
|
211 | file:/*/$TESTTMP/%FF does not look like a darcs repository (glob) | |
212 |
file:/ |
|
212 | file:/*/$TESTTMP/%FF does not look like a monotone repository (glob) | |
213 |
file:/ |
|
213 | file:/*/$TESTTMP/%FF does not look like a GNU Arch repository (glob) | |
214 |
file:/ |
|
214 | file:/*/$TESTTMP/%FF does not look like a Bazaar repository (glob) | |
215 |
file:/ |
|
215 | file:/*/$TESTTMP/%FF does not look like a P4 repository (glob) | |
216 |
abort: file:/ |
|
216 | abort: file:/*/$TESTTMP/%FF: missing or unsupported repository (glob) | |
217 | [255] |
|
217 | [255] | |
218 | #endif |
|
218 | #endif |
General Comments 0
You need to be logged in to leave comments.
Login now