Is there a mercurial equivalent of git add -p
?
Quoting from man, git-add with the option -p (or --patch) does the following:
Interactively choose hunks of patch between the index and the work tree and add them to the index. This gives the user a chance to review the difference before adding modified contents to the index.