On Thu, Aug 19, 2010 at 2:42 PM, Steve Borho <[email protected]> wrote: > On Thu, Aug 19, 2010 at 2:36 PM, Michael Jay Lippert > <[email protected]> wrote: >> I've got what I think is a minor enhancement request for the list of recent >> commit messages. >> >> Currently if you select a recent commit message to reuse, and don't modify >> it at all, it maintains its position in the list. >> >> I'd like to request that a reused message on the list be moved back to the >> top of the list. >> >> The reason is that a commit message I'm using often but unchanged will >> eventually be dropped from the list, as enough 1 time messages get added to >> push it off the bottom of the list. >> >> My merge commit messages are an example of messages that are used many times >> unchanged. The are frequently of the form "Merge branch_name1 into >> branch_name2". > > Hmm, I thought they were bumped when you used them in a commit. Are > you using the released hgtk commit tool, or the unreleased Qt version?
Ah, I see the problem. We only update the msg list when the buffer is modified. I think removing that 'if' will fix the problem. -- Steve Borho ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

