Without the patch the test fails as follows: ``` 0:09.77 _____________________ test_jj_branch_diverged_bookmark[jj] _____________________ 0:09.77 python/mozversioncontrol/test/test_branch.py:73: in test_jj_branch_diverged_bookmark 0:09.77 assert vcs.branch == "master" 0:09.77 E AssertionError: assert 'master*' == 'master' 0:09.77 E 0:09.77 E - master 0:09.77 E + master* 0:09.77 E ? + 0:09.77 ---------------------------- Captured stdout setup --- ``` Differential Revision: https://phabricator.services.mozilla.com/D321694