> >> Note an alternative workflow is to request the uplift from the command line, >> via `moz-phab uplift` while the original changes are checked out. This may >> or may not be easier. > > Yeah, from a regular central checkout (assuming the patch has landed in > central) that would imply figuring out the right revision range by hand (by > using `git log --oneline --grep 'Bug XXX - '` or so), then giving it to > moz-phab, or manually switching to the beta branch and cherry-picking those > revisions, then running the command, right?
You can uplift from the branch/etc you used to initially submit the revision to Phabricator. If you don't have that around you can do: `moz-phab patch 12354` and `moz-phab uplift --train …`. -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/C34DCB5F-74F0-4A48-B28A-C830DB752602%40mozilla.com.
