On Fri, 8 Jan 2010 11:52:15 -0600, Matthew Knepley <knepley at gmail.com> wrote: > That is small potatoes. QCT shows each diff for each changed files, > all unknown files, lets you choose which to commit, and also lets you > select changes to commit. It is fantastic. Everyone needs to get it.
Sounds exactly like git citool. Note that if you want non-gui, you can get similar functionality with hg's record extension (i.e. a partial implementation of darcs record/git add -p). Jed
