aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-29 13:05:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-29 13:05:09 +0200
commit2f80e1bebe371b2b71cc8f1fee4bb9f561e19eb2 (patch)
tree9e3f4e98823b6d875912abbd4e30002d526ad13d
parent8cdb20a6ef2e87839c8e4f4c4e99fdafb7db9299 (diff)
Update comment
-rw-r--r--bpkg/manifest3
1 files changed, 1 insertions, 2 deletions
diff --git a/bpkg/manifest b/bpkg/manifest
index a06eea7..17d3190 100644
--- a/bpkg/manifest
+++ b/bpkg/manifest
@@ -108,8 +108,7 @@ namespace bpkg
{
// No sense to test epoch and revision for 0 as properly constructed
// version object can not have them different from 0 if upstream is
- // empty. Returns true only for objects constructed with the default
- // constructor.
+ // empty.
//
return upstream_.empty ();
}