On Thu, Nov 29, 2018 at 8:00 AM Boris Zbarsky <bzbar...@mit.edu> wrote:
> On 11/29/18 7:38 AM, Sylvestre Ledru wrote: > > This extension will automatically rebase the local changes to avoid > > conflicts. > > Sylvestre, > > Will it also update mq patches, or just in-repo commits? > I don't think this extension is aware of mq patches (since they don't really get rebased), but that being said from my foggy memory of using mq ages ago, I seem to remember that it used to be possible to use the qfinish command to convert them into regular hg commits and then later on to use qimport -r (IIRC) to convert them back into mq patches again. If that is still a workflow that works, then it should be possible to: * Pull from a pre-reformat of the tree, run ./mach bootstrap to install hg-formatsource. * Do a one-time translation of your mq queue to a set of commits. * Pull from hg.mozilla.org to pick up the reformat commit. * Do a one-time translation of your mq queue back to a series of patches. Cheers, -- Ehsan _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform