Hacker News new | ask | show | jobs
by kadoban 635 days ago
That sounds like what `git add -p` is for, stage part of the current changes.
1 comments

That still requires you to manually select hunks. The point of `hg absorb` is to automatically select hunks even if these hunks are to be squashed into different commits.
"Automatic" sound like it would fail about as often as it would help.