##// END OF EJS Templates
py3: add tests to show `hg bookmarks` and `hg branches` work on Python 3
Pulkit Goyal -
r33093:7fed389f default
parent child Browse files
Show More
@@ -229,3 +229,11 b' Show that update works now!'
229 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
229 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
230 $ $PYTHON3 $HGBIN identify
230 $ $PYTHON3 $HGBIN identify
231 71c96e924262
231 71c96e924262
232
233 branches and bookmarks also works!
234
235 $ $PYTHON3 $HGBIN branches
236 default 1:e1e9167203d4
237 $ $PYTHON3 $HGBIN bookmark book
238 $ $PYTHON3 $HGBIN bookmarks
239 * book 0:71c96e924262
General Comments 0
You need to be logged in to leave comments. Login now