Skydio / revup

Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.
https://github.com/Skydio/revup
MIT License
310 stars 59 forks source link

Cherry-pick can fetch base-branch #121

Closed aaron-skydio closed 6 months ago

aaron-skydio commented 1 year ago

Useful if cherry-picking from a relative topic chain.

It would be nice if we could automatically cherry-pick just the commits from a particular topic without needing to specify the previous topic as the base-branch, but that would require either fetching "more stuff" from the remote and doing some guessing, or querying the github API, both of which are a bit more complicated

Topic: cherry-pick-relative Reviewers: jerry,brian-k

aaron-skydio commented 1 year ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/121 Cherry-pick can fetch base-branch

aaron-skydio commented 1 year ago
# head base diff date summary
0 e813ff2a 62448640 diff Jul 24 15:26 PM 1 file changed, 17 insertions(+), 6 deletions(-)
1 e7f59d0e 62448640 diff Jul 24 15:31 PM 1 file changed, 2 insertions(+), 2 deletions(-)