Comment 7 for bug 412876

Revision history for this message
Gary van der Merwe (garyvdm) wrote : Re: [Bug 412876] Re: Refresh main view after adding, and committing changes.

On Thu, Aug 13, 2009 at 12:07 PM, Craig Hewetson<email address hidden> wrote:
> Does the filesystem watcher need to run "bzr status"? If not then how
> does it pick up the difference between unversioned and newly versioned
> files? Or changes to already added files?
>
> If it needs to run "bzr status" how often do we want this to happen?
> (performance)

I would think that it would need to refresh (which would include
running status) if:
  * A file's contents has changed (The last modified changed)
  Or
  * The working tree (or branch?) parent_id's change.
and
* The window has focus.