I realize patch queues have a pretty simple implementation, and you can move stuff manually, but is there a command to move a patch between two queues?
To manually do this assuming you have two patch queues "A" and "B" and want to move a patch call "MyPatch" from "A" to "B":
.hg/patches-A
directory in repo rootMyPatch
file to .hg/patches-B
directory.hg/patches-A/series
in text editor and delete "MyPatch" line.hg/patches-B/series
in text editor and add "MyPatch" lineThe series
file within each patch queue directory contains the names of all patch files within that patch queue.
This is a good candidate for automation via either contributing to the mq
extension or creating your own extension or shell script.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With