From 4fcd32b536f3d29755b1fecc7e3f06be64f996ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 24 Feb 2018 18:21:39 +0300 Subject: Add support for rep-list and rep-remove, update rep-add --- bpkg/manifest-utility.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bpkg/manifest-utility.hxx') diff --git a/bpkg/manifest-utility.hxx b/bpkg/manifest-utility.hxx index f672ba7..f0d5cdd 100644 --- a/bpkg/manifest-utility.hxx +++ b/bpkg/manifest-utility.hxx @@ -53,6 +53,11 @@ namespace bpkg // dir_path repository_state (const repository_location&); + + // Return true if the argument is a valid repository canonical name. + // + bool + repository_name (const string&); } #endif // BPKG_MANIFEST_UTILITY_HXX -- cgit v1.1