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:
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