https://bugs.kde.org/show_bug.cgi?id=374897
Bug ID: 374897 Summary: Wrong test for empty locations after directory filtering in MercurialPlugin::add Product: kdevplatform Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: minor Priority: NOR Component: mercurial Assignee: kdevelop-bugs-n...@kde.org Reporter: frank-fisc...@shadow-soft.de Target Milestone: --- The condition `if (localLocations.empty())` in method MercurialPlugin::add (line 201 in the current master) should probably be `if (locations.empty())` (as it is in many other methods). -- You are receiving this mail because: You are watching all bug changes.