Mercurial Queues are a powerful tool for organizing changes into logically coherent commits. My current workflow often goes something like this: Make some changes implementing feature A (as a patch). Generate a series of patches moving on to feature B. Realize, after working on feature B, that feature A needs a small tweak, or a […]