Is there a mercurial equivalent of git add -p
?
Quoting from man, git-add with the option -p (or --patch) does the following:
Inte
If you are using TortoiseHg, it has a Shelve
feature which allows you to store changes you don't want to commit to a temporary area. It allows hunk selection, just like git.
In the TortoiseHg Workbench, this tool can be accessed in 2 ways:
Repository -> Shelve
Commit
window, select the shelve tool icon. It looks like this: