Files
sousa-gecko/python/mozversioncontrol
Matthew Gaudet 486255f644 Bug 2066898 - Use undecorated names in mach jj support r=ahochheiden
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
2026-08-27 14:39:27 +00:00
..