Currently, harbormaster chokes on D1187 with Usage Exception: Unable to apply patch!.
The funny thing is, the following commands all work:
arc patch D1187
arc patch --nocommit D1187
arc patch --nobranch D1187
The only command that doesn't work is:
arc patch --nocommit --nobranch D1187
This happens to be the command that run.sh uses.
I don't understand what's going on, but the workaround is easy: don't use --nocommit and --nobranch at the same time.
Currently, harbormaster chokes on D1187 with
Usage Exception: Unable to apply patch!.The funny thing is, the following commands all work:
arc patch D1187arc patch --nocommit D1187arc patch --nobranch D1187The only command that doesn't work is:
arc patch --nocommit --nobranch D1187This happens to be the command that
run.shuses.I don't understand what's going on, but the workaround is easy: don't use
--nocommitand--nobranchat the same time.