aboutsummaryrefslogtreecommitdiff
path: root/brep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-03 13:39:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-11 17:47:02 +0200
commite70163685afe5cae1ebe055a53ce353ae9cbe590 (patch)
tree8d5edf96bbe86164ec5c82feff55d2343a2e651c /brep
parent1ce84922e3008cad6cf1b9056b705f2642bd3772 (diff)
Make loader loading external repository complements
Diffstat (limited to 'brep')
-rw-r--r--brep/package10
1 files changed, 4 insertions, 6 deletions
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<repository_type>);