1 new changeset in stable: http://www.bitbucket.org/tortoisehg/stable/changeset/68f26fac56b9/ changeset: r3129:68f26fac56b9 user: sborho date: 2009-07-12 01:19:43 summary: status: limit auto_check to a single invocation
There is logic in do_reload() to auto-select files, so auto_check() is generally redundant (and in fact counter-productive). The only time it is needed is when the user has selected clean or ignored files for deletion via the shell context menu and we would like those files initially checked. Auto-checking files after a refresh would confuse the hunk/file selection state. The files would look like they were selected until the user clicked on them, then the file selection state would toggle off. Fixes #355 affected #: 1 file (111 bytes) Repository URL: http://bitbucket.org/tortoisehg/stable/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
