Search Results

4
votes

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

Mercurial Queues makes this sort of thing a breeze, and it makes more complex manipulation of changesets possible. It's worth learning. In this situation first you'd probably want to save w …