Evolve feedbacks
Augie Fackler
raf at durin42.com
Tue May 19 14:21:03 UTC 2015
> On May 19, 2015, at 02:07, Gilles Moris <gilles.moris at free.fr> wrote:
>
> - With prune, you can remove a patch in a linear series. How do you do the reverse? Insert a new patch in a linear series. AFAICS, this implies: hg update + hg commit + hg rebase. Right? If yes, this may deserve a command, much like prune.
> * Related: what would be the equivalent to: hg qpush --move. A few rebase?
> * Generalization: how do you handle patch re-ordering with evolve?
Easiest option right now is probably 'hg histedit' - reordering is probably half of what I use that extension for.
More information about the Evolve-testers
mailing list