# # # patch "revision.cc" # from [1c1ce2a3031329266ecbfd97afe88f7cb5cbdf84] # to [0d02cbc7744587aa839e781dd55ceb5281ad970e] # ============================================================ --- revision.cc 1c1ce2a3031329266ecbfd97afe88f7cb5cbdf84 +++ revision.cc 0d02cbc7744587aa839e781dd55ceb5281ad970e @@ -1247,9 +1247,9 @@ if (key == "execute" || key == "manual_merge") key = "mtn:" + key; else - E(F("unknown attribute %s on path %s\n" - "please contact %s so we can work out the right way to migrate this") - key % file_path(sp) % PACKAGE_BUGREPORT); + E(false, F("unknown attribute %s on path %s\n" + "please contact %s so we can work out the right way to migrate this") + % key % file_path(sp) % PACKAGE_BUGREPORT); child_roster.set_attr(sp, attr_key(key), attr_value(k->second));