Versions Compared

Key

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

...

Code Block
jkreps$ cat ~/.reviewboardrc
REPOSITORY = 'git://git.apache.org/kafka.git'

3. Post

...

Patches

Now to file a new review board containing the differences in this branch versus trunk do

...

Code Block
jkreps$ post-review --tracking-branch=origin/trunk -g

4. Revise Your Patches

You can update an existing review board by using the -r option to specify which review board to update:

...