From ad53b2152e10b133165c95f08f218e80f1dd8580 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 25 Oct 2023 18:14:35 +0300 Subject: Improve pkg-build's 'unable to upgrade package' diagnostics --- bpkg/database.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bpkg/database.hxx') diff --git a/bpkg/database.hxx b/bpkg/database.hxx index 684dc9d..a9e1da5 100644 --- a/bpkg/database.hxx +++ b/bpkg/database.hxx @@ -504,8 +504,9 @@ namespace bpkg linked_databases implicit_links_; }; - // NOTE: remember to update config_package comparison operators and - // compare_lazy_ptr if changing the database comparison operators. + // NOTE: remember to update package_key and package_version_key comparison + // operators and compare_lazy_ptr if changing the database comparison + // operators. // // Note that here we use the database address as the database identity since // we don't suppose two database instances for the same configuration to -- cgit v1.1