py3: add tests to show `hg bookmarks` and `hg branches` work on Python 3
authorPulkit Goyal <7895pulkit@gmail.com>
Sat, 24 Jun 2017 19:55:41 +0530
changeset 33093 7fed389f9a9f
parent 33092 d170f59f6f55
child 33094 4c5af472a599
py3: add tests to show `hg bookmarks` and `hg branches` work on Python 3
tests/test-py3-commands.t
--- a/tests/test-py3-commands.t	Sat Jun 24 19:55:01 2017 +0530
+++ b/tests/test-py3-commands.t	Sat Jun 24 19:55:41 2017 +0530
@@ -229,3 +229,11 @@
   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
   $ $PYTHON3 $HGBIN identify
   71c96e924262
+
+branches and bookmarks also works!
+
+  $ $PYTHON3 $HGBIN branches
+  default                        1:e1e9167203d4
+  $ $PYTHON3 $HGBIN bookmark book
+  $ $PYTHON3 $HGBIN bookmarks
+   * book                      0:71c96e924262