diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-04 14:50:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-04 14:50:07 +0200 |
commit | 6ec7adc4bbcf1539ef180361b004193d63de8082 (patch) | |
tree | 8b7cf87dd1722410348ef9af861cd10278d23fcb | |
parent | 7ee81c8f02d774532f65bdf60bbfca6c02d3d3fa (diff) |
Improve rep-info diagnostics
-rw-r--r-- | bpkg/rep-info.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bpkg/rep-info.cxx b/bpkg/rep-info.cxx index 2debf0f..cdad96b 100644 --- a/bpkg/rep-info.cxx +++ b/bpkg/rep-info.cxx @@ -229,6 +229,10 @@ namespace bpkg } else { + // Separate package list from the general repository info. + // + cout << endl; + for (const package_manifest& pm: pms) cout << pm.name << "/" << pm.version << endl; } |