if ( it->status().isNeeded())
{
Patch::constPtr patch = asKind<Patch>(res);
- if (pkg_mgr_available && patch->affects_pkg_manager() ||
+ if ((pkg_mgr_available && patch->affects_pkg_manager()) ||
!pkg_mgr_available )
{
cout << " <update ";
}
// ----------------------------------------------------------------------------
-
+/*
static
bool looks_like_url (const string& s) {
static bool schemes_shown = false;
}
return false;
}
-
+*/
static bool do_remove_repo(const RepoInfo & repoinfo)
{
RepoManager manager;
void modify_repo(const string & alias)
{
// tell whether currenlty processed options are contradicting each other
- bool contradiction = false;
+ // bool contradiction = false;
// TranslatorExplanation speaking of two mutually contradicting command line options
string msg_contradition =
_("%s used together with %s, which contradict each other."