Comment 0 for bug 938994

Revision history for this message
Alexander Belchenko (bialix) wrote : view_workingtree.py:_add_file_watcher_paths add all folders to filewatcher even if they're ignored

That's a wrong behavior and it leads to problems like Bug #887067 and probably Bug #926439.

There is iterator:

        for (dir_info, dir_entries) in osutils._walkdirs_utf8(root):

I think bzr-explorer should use different (public) method from bzrlib to iterate over versioned directories only. I think something like

bzr ls -R -V -k directory