GNOME Bugzilla – Bug 702057
Fix for conflict state check - as lookup_files may contain more just the path given to it
Last modified: 2013-06-21 22:04:50 UTC
As per discussion: https://mail.gnome.org/archives/meld-list/2013-June/msg00014.html It's a horrible hack, but it works.
Created attachment 246587 [details] [review] Fix for conflict state check - as lookup_files may contain more just the path given to it
I think this would be a good case for new API that we can hopefully fix the implementation of in the future. Can we put this hack in _vc.Vc by adding a new API call there, and use it as though we had a sane API? I'm thinking something like a _vc.Vc.get_entry(path) call that just returns a single Entry object or None. Then we hide the bodies in _vc and no one will ever know.
I pushed your patch, and then basically just moved that hacky bit into Vc. This looks to be working now... thanks!