Activity log for bug #938994

Date Who What changed Old value New value Message
2012-02-22 21:03:28 Alexander Belchenko bug added bug
2012-02-22 21:05:17 Alexander Belchenko description 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 That's a wrong behavior and it leads to problems like Bug #887067 and probably Bug #926439. There is iterator which causes problem:         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
2012-02-22 21:08:46 Alexander Belchenko summary view_workingtree.py:_add_file_watcher_paths add all folders to filewatcher even if they're ignored view_workingtree.py:_add_file_watcher_paths adds all folders to filewatcher even if they're ignored
2012-02-26 22:00:40 Yaroslav Sokolov bug added subscriber Yaroslav Sokolov