On Fri, 08 Jan 2010 19:04:49 +0100, Jed Brown <jed at 59a2.org> wrote: > 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.
I just tried QCT, and it's similar to git citool, but with a very clunky interface for selecting hunks, and as far as I can tell, no way to break hunks (select individual lines). TortoiseHG has "hgtk commit" which has a nicer interface, but still doesn't let you break hunks. Apparently the hg crecord extension (curses) can break hunks, but it's not distribute with mercurial. Jed
