(no title)
lumpypua | 9 years ago
mercurial queues - far and away the my favorite patch queue implementation - https://developer.mozilla.org/en-US/docs/Mozilla/Mercurial/Q...
stacked git - a solid git patch queue - http://procode.org/stgit/doc/tutorial.html
deathanatos|9 years ago
Reading the linked documentation for patch queues, it isn't clear to me how they materially differ from git's interactive rebase. (Modulo hg's mutable/immutable differences.)