Mercurial > public > mercurial-scm > hg
comparison tests/test-py3-commands.t @ 33093:7fed389f9a9f
py3: add tests to show `hg bookmarks` and `hg branches` work on Python 3
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sat, 24 Jun 2017 19:55:41 +0530 |
parents | 90ce5f0366ba |
children | 1b8238f67bf2 |
comparison
equal
deleted
inserted
replaced
33092:d170f59f6f55 | 33093:7fed389f9a9f |
---|---|
227 | 227 |
228 $ $PYTHON3 $HGBIN up 0 | 228 $ $PYTHON3 $HGBIN up 0 |
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 |