Search Results

5
votes

Using mercurial, what’s the easiest way to commit and push a single file while leaving other modifications alone?

tl;dr: My original explanation looks complicated, but I hope it fully explains how to use a patch queue. Here's the short version: $ hg qnew -m "migration notes" -f migration.patch …