diff options
Diffstat (limited to 'bpkg')
-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 (); } |