I'm using Workbench, but if there's a command line solution for this or some extension, I'm open to that as well.
I'm constantly working in config files per environment (working in .NET, so please no answers a la "change your config files" etc) and at times I need to commit specific updates to the file. I've seen this behavior in Github for Mac client, but is anything like this available in Mercurial/Workbench? e.g.
web.config
config value="123"
whatever blah blah
change both lines e.g.
config value="42"
whatever
My goal is to commit only line 2 (whatever) while not committing line 1 (config value="42")
hunk
, so consecutive lines will be treated as one single change. While some diff implementations let you override the hunk size, Record doesn't have that sharp of a knife when splitting hairs. – Rivers