diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-05 08:11:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-05 08:11:55 +0200 |
commit | 5ae8a9214da9285aa6e7e374288eaf9adc1ba862 (patch) | |
tree | b86393a3cf2139902e48c96cd65d081a48f253cc | |
parent | e3ef708dd18dbd0d24e11e37d552fddcaa362d72 (diff) |
Add note
-rw-r--r-- | bpkg/rep-fetch.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx index f091f24..7443f56 100644 --- a/bpkg/rep-fetch.cxx +++ b/bpkg/rep-fetch.cxx @@ -104,6 +104,8 @@ namespace bpkg // calling the "naked" fetch_repositories() above, we will call // a function from rep-verify that will perform extra verifications. // + // @@ Also check for self-prerequisite. + // switch (rr) { case repository_role::complement: |