Show More
@@ -118,6 +118,13 b' Test bytes-ness of policy.policy with HG' | |||
|
118 | 118 | $ $PYTHON3 $HGBIN add iota |
|
119 | 119 | $ $PYTHON3 $HGBIN status |
|
120 | 120 | A iota |
|
121 | $ hg diff --nodates --git | |
|
122 | diff --git a/iota b/iota | |
|
123 | new file mode 100644 | |
|
124 | --- /dev/null | |
|
125 | +++ b/iota | |
|
126 | @@ -0,0 +1,1 @@ | |
|
127 | +This is the file 'iota'. | |
|
121 | 128 | $ $PYTHON3 $HGBIN commit --message 'commit performed in Python 3' |
|
122 | 129 | $ $PYTHON3 $HGBIN status |
|
123 | 130 |
General Comments 0
You need to be logged in to leave comments.
Login now