`moz-phab uplift` should confirm changesets before attempting to rebase
Categories
(Conduit :: moz-phab, defect)
Tracking
(Not tracked)
People
(Reporter: standard8, Unassigned)
References
(Blocks 1 open bug)
Details
moz-phab version (from moz-phab --version): 1.4.3
Python version (from python3 --version): 3.9.18
OS: macOS 14.2.1
I'm trying to get moz-phab working, I assumed that you could put in a single changeset to uplift, i.e. moz-phab uplift 42f0fe617953c883179e551c7271a8d108bb361e --train beta however that attempted to uplift everything from that revision.
This isn't immediately obvious, and I made the same mistake on a hg repository which then tried to rebase a lot of patches very slowly, and bring up the merge tool for all of them.
It would be nice if it confirmed the expected changesets before attempting to rebase. Bug 1532415 may also be relevant here... if the parameters were specified in a git native way (I use git most of the time), then it might not be as necessary to confirm which changesets.
Description
•