From e70163685afe5cae1ebe055a53ce353ae9cbe590 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Nov 2015 13:39:06 +0200 Subject: Make loader loading external repository complements --- brep/package | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'brep') diff --git a/brep/package b/brep/package index 7713288..719a906 100644 --- a/brep/package +++ b/brep/package @@ -266,7 +266,6 @@ namespace brep timestamp packages_timestamp; // Initialized with timestamp_nonexistent by default. - // For external repositories stays timestamp_nonexistent. // timestamp repositories_timestamp; @@ -353,11 +352,10 @@ namespace brep // Create external package object. // - // External repository packages can appear on the WEB interface only on - // the package version details page in dependency list in the form of a - // link to the corresponding WEB page. The only package information - // required to compose such a link is the package name, version, and - // repository location. + // External repository packages can appear on the WEB interface only in + // dependency list in the form of a link to the corresponding WEB page. + // The only package information required to compose such a link is the + // package name, version, and repository location. // package (std::string name, version_type, std::shared_ptr); -- cgit v1.1