Is your feature request related to a problem? Please describe.
When I revup upload a bunch of changes, it would be really cool if another team member could do something like revup download <topic> and it would update their working copy to a branch with the full series of commits from <topic>, including downloading Relative: dependencies.
Describe the solution you'd like
revup download <topic>
There are open questions here about would it be supported to then revup upload to update that same PR (the answer is probably no).
The basic functionality seems useful just to conveniently try/build upon others changes.
Describe alternatives you've considered
I am not familiar enough with Github or Git or how revup integrates with them to know if something like this is even possible, nor what the alternatives are, however I figured I would ask.
The current strategy I do is to manually follow the list of PRs and use git cherry-pick.
Is your feature request related to a problem? Please describe.
When I
revup uploada bunch of changes, it would be really cool if another team member could do something likerevup download <topic>and it would update their working copy to a branch with the full series of commits from<topic>, including downloadingRelative:dependencies.Describe the solution you'd like
revup download <topic>There are open questions here about would it be supported to then revup upload to update that same PR (the answer is probably no).
The basic functionality seems useful just to conveniently try/build upon others changes.
Describe alternatives you've considered
I am not familiar enough with Github or Git or how revup integrates with them to know if something like this is even possible, nor what the alternatives are, however I figured I would ask.
The current strategy I do is to manually follow the list of PRs and use
git cherry-pick.