Versions Compared

Key

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

...

Get the source code on your local drive using git. Most development is done on the "trunkmaster":

Code Block
git clone https://git-wip-us.apache.org/repos/asf/zookeeper.git

...

ZOOKEEPER-1234: fixed the coolness factor calculation

You can ten then create a patch with the following command

...