Hacker News new | ask | show | jobs
by sampo 3952 days ago
> Ive never managed to do this in mercurial.

`hg record` might be somewhat more cumbersome than `git add -p`. But `hg rebase` should about as nice as `git rebase`?

1 comments

hg crecord is awesome for fine grained patch splitting.