aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest')
-rw-r--r--bpkg/manifest8
1 files changed, 1 insertions, 7 deletions
diff --git a/bpkg/manifest b/bpkg/manifest
index 0bbb0dc..35ff650 100644
--- a/bpkg/manifest
+++ b/bpkg/manifest
@@ -68,13 +68,7 @@ namespace bpkg
canonical_upstream () const noexcept {return canonical_upstream_;}
std::string
- string () const
- {
- const std::string& v (
- epoch_ != 0 ? std::to_string (epoch_) + "+" + upstream_ : upstream_);
-
- return revision_ != 0 ? v + "-" + std::to_string (revision_) : v;
- }
+ string (bool ignore_revision = false) const;
bool
operator< (const version& v) const noexcept {return compare (v) < 0;}