Nautilus asks the state of a file when it has changed on disk. Is this the same for windows? If it is, then we do not need to call shell_notify when a file has changed. This would mean that the following is unnecessary: hggtk/changeset.py: shlib.shell_notify([self.curfile]) hggtk/hgignore.py: shlib.shell_notify([self.ignorefile])
And what is the purpose of calling shell_notify on repo.root? hggtk/update.py: shlib.shell_notify([self.root]) hggtk/recovery.py: shlib.shell_notify([self.root]) hggtk/merge.py (2x): shlib.shell_notify([self.root]) ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
