##// END OF EJS Templates
py3: add a test to show `hg diff` works on Python 3
Pulkit Goyal -
r32644:01a95cbb default
parent child Browse files
Show More
@@ -118,6 +118,13 b' Test bytes-ness of policy.policy with HG'
118 $ $PYTHON3 $HGBIN add iota
118 $ $PYTHON3 $HGBIN add iota
119 $ $PYTHON3 $HGBIN status
119 $ $PYTHON3 $HGBIN status
120 A iota
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 $ $PYTHON3 $HGBIN commit --message 'commit performed in Python 3'
128 $ $PYTHON3 $HGBIN commit --message 'commit performed in Python 3'
122 $ $PYTHON3 $HGBIN status
129 $ $PYTHON3 $HGBIN status
123
130
General Comments 0
You need to be logged in to leave comments. Login now