If I understand the current underlying issue, arc patch D123 can only be executed 4 times, then, since it created too much branches, it fails.
Steps to reproduce:
- git checkout master; arc patch D25049 (1 time)
- git checkout master; arc patch D25049 (2 time)
- git checkout master; arc patch D25049 (3 time)
- git checkout master; arc patch D25049 (4 time)
Then you obtain:
Branch name arcpatch-D25049 already exists; trying a new name. Branch name arcpatch-D25049_1 already exists; trying a new name. Branch name arcpatch-D25049_2 already exists; trying a new name. Branch name arcpatch-D25049_3 already exists; trying a new name. Exception Arc was unable to automagically make a name for this patch. Please clean up your working copy and try again. (Run with `--trace` for a full exception trace.)