From ccd8c8dadfcfd9181772b3061e7b075d88942505 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 7 Mar 2018 22:36:57 +0300 Subject: Change database parameter type to transaction for some rep_*() functions --- bpkg/rep-fetch.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bpkg/rep-fetch.hxx') diff --git a/bpkg/rep-fetch.hxx b/bpkg/rep-fetch.hxx index b26971c..030b192 100644 --- a/bpkg/rep-fetch.hxx +++ b/bpkg/rep-fetch.hxx @@ -52,8 +52,7 @@ namespace bpkg // Add (or update) repository locations to the configuration and fetch // them. On failure clean up the configuration (see rep_remove_clean() for - // details). Note that it starts a new transaction and should be called in - // session. + // details). Note that it should be called in session. // void rep_fetch (const common_options&, -- cgit v1.1