Submitter | Pulkit Goyal |
---|---|
Date | May 31, 2017, 9:47 p.m. |
Message ID | <ba24805f470b2e0967b8.1496267225@workspace> |
Download | mbox | patch |
Permalink | /patch/21104/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/test-py3-commands.t b/tests/test-py3-commands.t --- a/tests/test-py3-commands.t +++ b/tests/test-py3-commands.t @@ -118,7 +118,13 @@ $ $PYTHON3 $HGBIN add iota $ $PYTHON3 $HGBIN status A iota - $ $PYTHON3 $HGBIN diff --nodates + $ $PYTHON3 $HGBIN diff --nodates --git + diff --git a/iota b/iota + new file mode 100644 + --- /dev/null + +++ b/iota + @@ -0,0 +1,1 @@ + +This is the file 'iota'. $ $PYTHON3 $HGBIN commit --message 'commit performed in Python 3' $ $PYTHON3 $HGBIN status