Conversation
test/test_cherrypick.py
Outdated
There was a problem hiding this comment.
You don't need to catch this. If an exception is not caught the testing framework will signal it as an error.
|
Removed unneeded try-catch and squashed. |
|
Could you please add the new cherrypick method to the documentation ( |
|
just updated myself, thanks! |
|
Cool, was on my to-do list, but.... yeah, juggling projects. Quick question, the .rst files look like they're generated automatically, but I'm not yet familiar enough with Python to know convention here. If they are, can you give me a pointer on where to start reading? Will come back and get cherrypick-commit later! |
|
No, the The documentation is done with http://sphinx-doc.org/, give a look. |
This adds limited support for the cherrypick() call only (not cherrypick_commit()). Addresses issue #436
Learning Python, cffi and the internal workings of Git at the moment, would appreciate any feedback.