Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ensure the patch review tool is in the directory where the git repository is checked out
  2. Specify the branch against which the patch should be created (-b)
  3. Specify the corresponding JIRA (-j)
  4. Specify an optional summary (-s) and (-d) for the reviewboard

...

  1. Ensure the patch review tool is in the directory where the git repository is checked out
  2. Specify the branch against which the patch should be created (-b)
  3. Specify the corresponding JIRA (--jira)
  4. Specify the rb to be updated (-r)
  5. Specify an optional summary (-s) and (-d) for the reviewboard, if you want to update it
  6. Specify an optional version of the patch. This will be appended to the jira to create a file named JIRA-<version>.patch. The purpose is to be able to upload multiple patches to the JIRA. This has no bearing on the reviewboard update.

...