Show More
@@ -111,6 +111,7 b' Test bytes-ness of policy.policy with HG' | |||||
111 |
|
111 | |||
112 | `hg init` can create empty repos |
|
112 | `hg init` can create empty repos | |
113 | `hg status works fine` |
|
113 | `hg status works fine` | |
|
114 | `hg summary` also works! | |||
114 |
|
115 | |||
115 | $ $PYTHON3 `which hg` init py3repo |
|
116 | $ $PYTHON3 `which hg` init py3repo | |
116 | $ cd py3repo |
|
117 | $ cd py3repo | |
@@ -131,6 +132,13 b' Test bytes-ness of policy.policy with HG' | |||||
131 | A A/mu |
|
132 | A A/mu | |
132 | $ HGEDITOR='echo message > ' $PYTHON3 $HGBIN commit |
|
133 | $ HGEDITOR='echo message > ' $PYTHON3 $HGBIN commit | |
133 | $ $PYTHON3 $HGBIN status |
|
134 | $ $PYTHON3 $HGBIN status | |
|
135 | $ $PYHON3 $HGBIN summary | |||
|
136 | parent: 1:e1e9167203d4 tip | |||
|
137 | message | |||
|
138 | branch: default | |||
|
139 | commit: (clean) | |||
|
140 | update: (current) | |||
|
141 | phases: 2 draft | |||
134 |
|
142 | |||
135 | Prove the repo is valid using the Python 2 `hg`: |
|
143 | Prove the repo is valid using the Python 2 `hg`: | |
136 | $ hg verify |
|
144 | $ hg verify |
General Comments 0
You need to be logged in to leave comments.
Login now