diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-06 14:07:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-06 14:07:06 +0200 |
commit | e6d6fcea3f4c7c5e242e67792635d6bef7754a3a (patch) | |
tree | 48b9252ec7313c01d01828a5b069538e2a324f9e | |
parent | 22e35bf80cea95dc1edce22e729199f61a6fedcd (diff) |
Add note to rep-fetch documentation
-rw-r--r-- | bpkg/rep-fetch.cli | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bpkg/rep-fetch.cli b/bpkg/rep-fetch.cli index ba9b879..719232d 100644 --- a/bpkg/rep-fetch.cli +++ b/bpkg/rep-fetch.cli @@ -29,7 +29,11 @@ namespace bpkg as a repository location (URL or a directory path; see \l{bpkg-rep-add(1)} for details). In the latter case, the repository location is added/replaced as if by first executing the \cb{rep-add} - command." + command. + + Note that fetching only a specific repository that happens to be a + prerequisite or complete of another repository not being fetched may + result in an inconsistent repository state." } class rep_fetch_options: configuration_options |