Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/python/cherry-picker
🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
https://github.com/python/cherry-picker
e772a4122620773ca18273a7c1d657c7486bb59e authored almost 7 years ago
2c41fa54cfe377c5eaada9f29ea8a1699609cb30 authored almost 7 years ago
Add changelog to readme.
Fix several typos.
Configuration can be supplied by .cherry-picker.toml file at the root
of the project, or by pas...
Move dry_run printout into CherryPicker constructor as well.
9230428fca7f656454c0c57e1ad52d6e3a863aea authored almost 7 years agoaa51e26ee61639149daf9969bd7a367e242b4439 authored almost 7 years ago
Fixes https://github.com/python/core-workflow/issues/219
8b4e823ab191a053b6d1f5e05b351dc062b9e789 authored almost 7 years agoAnd link to flit's documentation.
30a5273a9fc2f55db1afeb00c60a70c2b4fa890d authored almost 7 years agob63a1a26543fa510b7c5b0ab89dcf2cccd12bcdb authored almost 7 years ago
2f39657dde40cecc9be6883da348ba9e2524c085 authored almost 7 years ago
It never seems to work.
290bb58ae19b9925cade483762004dac6994cfd0 authored almost 7 years ago022f7fa242b1a2f3d7b38a658d11dae08b2bbc4a authored almost 7 years ago
753f619c10edeefd2bb038fb07619a42be06da68 authored about 7 years ago
8b13d57d53f13dbd1fb9f04883498f43f1597f85 authored about 7 years ago
96271492474aad58ea45f65f82cdc99212ac32a0 authored over 7 years ago
cd155bf561c63dfc465aa2966a4ad32c9c4c83d8 authored over 7 years ago
v 0.2.4 has been published to PyPI.
c223c44ce80f80a0a491fd676bce8c12eabc8b04 authored over 7 years agoPrefix the Pull Request title with backport branch if it wasn't in the commit message.
Part t...
2b7567de74bbf2e951884f1abcfe0926b6b46cf0 authored over 7 years agov 0.2.3 has just been published to PyPI.
d6e9d9ad593fef2163dc55c40f843b9c3f5cb134 authored over 7 years ago
Keep the existing functionality that by default the backport commit
message will be prefixed wi...
70e4522c47abcf25f3d4d100cfb5c4c62079cf42 authored over 7 years ago
55a26e0a73295d776a17074de9a3a092ea6339d2 authored over 7 years ago
206649c69addfb35cf49d6d7b111198df18d7b0c authored over 7 years ago
302fb52e0450fa2e525f45700b8763e5afc543fe authored over 7 years ago
8dc3b9102adedd2f1aec8eaf61fca4afb1a0dba6 authored over 7 years ago
* Automatically create backport PR if oauth token is set
* Add gidgethub and requests as depend...
e.g. happens if the current working branch has uncommitted changes.
de1eb627c1f4f0cf57503745d9a1ceeb5b31d72a authored over 7 years agoand add Python Core Developers as maintainers
9ed77cd3ebc9444fd150ee977e6ee3b032345f2e authored over 7 years agoIt can now be run from anywhere in CPython repo.
60277e739ebc21c565f8233f4e676d5c2802cdd8 authored over 7 years ago
Covered by flit.ini
Update .travis.yml
4e9d8fd6a78d17b69364b28fb43073662575d4fa authored over 7 years ago
9a79fdecc4697a672318177ac784f16290112076 authored over 7 years ago
732568aa18ea32477fc71d8bd167c755900839b4 authored over 7 years ago
ce85f5efb3b5ec12408937e19274282fbcdc9345 authored over 7 years ago
4df8eae8078dc6bc1ddb7d4b0df95353a11c5f93 authored over 7 years ago
* Move existing cherry_picker directory to one level down
* Adjust travis.yml to point to new c...
a84bf2677af511305b187d360149d4bae0eeb677 authored over 7 years ago
fb05cf4bfe5aa76af8d8d73fcb9954395bd5ee2c authored over 7 years ago
* Add PyPI version badge
* Add Python version badge
* Add travis build status badge
* Add Pyt...
- only allow cherry_pick --continue if the current branch is a backport branch
- use `git rev-p...
Add version info in setup.py
Cleanup readme
b2df123646b8b273e29edbfc9a8a3de708c5250c authored over 7 years ago
7e4388ab1b5f7e2d7e3180f32e07e3f7e6c77c9d authored over 7 years ago
72bb3b7015222841268eea8ffef31906b75756f7 authored over 7 years ago
dd678310da2cb3148f73f0c6dece4c700528fa87 authored over 7 years ago
- my remotes are over ssh:// which was not handled.
- my remote don't have the .git extension ...
The new --push/--no-push option conflicts with the old name
of the option for setting the PR re...
dd5f2510837b869964515eeeed244001e7818594 authored over 7 years ago
Add setup.py
Update readme with new instructions
Update asciinema url
Set maintainer info to ...
Closes https://github.com/python/core-workflow/issues/88
e3d1afc1912ca4441d94ed114e42ba74b33a4358 authored over 7 years ago8be0d15bbc94d8b96db4b4292b87d91319924f38 authored over 7 years ago
4a6a1b241eed5467492c0565512e80b111655130 authored over 7 years ago
b06352684b62bd8baeac88e91a8da2e2c8f69e94 authored over 7 years ago
When supplied, changes won't be pushed to remote.
Use --continue or --abort afterwards.
Docu...
ea7e72e4887936c25dba75f221bc6af82ef8ae37 authored over 7 years ago85a5202cb436028fff61612ac1ac32130104b72d authored over 7 years ago
74e443e62fd7109eb8dfe091f651fb8af4b97de7 authored over 7 years ago
fbf422fb0126b7e9a6dd7ba5207940ef0a96c1cc authored over 7 years ago
* Added--abort and --continue options
* Added --status option, it will do git status in the CPy...
This feature is introduced in https://github.com/Mariatta/chic_a_cherry_picker/pull/12 but undoc...
195f39e81245114d5164cefb4a3a868812898424 authored almost 8 years ago
* cherry-pick from the newest branch
* Add pytest
- prints git commands that would be executed if
everything runs without errors
- also prints...
Accidentally introduced `python3` usage over `python` in a previous commit.
1956cc86410cd4daabfdab2911682015d43d0d9d authored almost 8 years agoVenv as included in the Python 3.6 stdlib works just fine.
9ee01492d5254d5601aeab3c6f25991863cae635 authored almost 8 years agoCorrectly reference the core-workflow repo.
0b60864cb361130616a5987cdd2fb0c9cfbca7d4 authored almost 8 years agoFrom https://github.com/mariatta/chic_a_cherry_picker
0694156a5f80fd1647ed997470d3d03ed87f9d9f authored almost 8 years ago