diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-29 13:05:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-29 13:05:09 +0200 |
commit | 2f80e1bebe371b2b71cc8f1fee4bb9f561e19eb2 (patch) | |
tree | 9e3f4e98823b6d875912abbd4e30002d526ad13d /bpkg/manifest | |
parent | 8cdb20a6ef2e87839c8e4f4c4e99fdafb7db9299 (diff) |
Update comment
Diffstat (limited to 'bpkg/manifest')
-rw-r--r-- | bpkg/manifest | 3 |
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 (); } |