Skip to content

arc patch --nocommit --nobranch is buggy #4

Description

@thomie

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions