Show More
@@ -74,8 +74,8 b' Example usage:' | |||
|
74 | 74 | Developing Rust |
|
75 | 75 | =============== |
|
76 | 76 | |
|
77 |
The current version of Rust in use is ``1.4 |
|
|
78 |
stable has. You can use ``rustup override set 1.4 |
|
|
77 | The current version of Rust in use is ``1.48.0``, because it's what Debian | |
|
78 | stable has. You can use ``rustup override set 1.48.0`` at the root of the repo | |
|
79 | 79 | to make it easier on you. |
|
80 | 80 | |
|
81 | 81 | Go to the ``hg-cpython`` folder:: |
@@ -55,12 +55,13 b' Writes to stdio succeed and fail appropr' | |||
|
55 | 55 | On Python 3, stdio may be None: |
|
56 | 56 | |
|
57 | 57 | $ hg debuguiprompt --config ui.interactive=true 0<&- |
|
58 | abort: Bad file descriptor | |
|
58 | abort: Bad file descriptor (no-rhg !) | |
|
59 | abort: response expected (rhg !) | |
|
59 | 60 | [255] |
|
60 | 61 | $ hg version -q 0<&- |
|
61 | 62 | Mercurial Distributed SCM * (glob) |
|
62 | 63 | |
|
63 | #if py3 | |
|
64 | #if py3 no-rhg | |
|
64 | 65 | $ hg version -q 1>&- |
|
65 | 66 | abort: Bad file descriptor |
|
66 | 67 | [255] |
General Comments 0
You need to be logged in to leave comments.
Login now