aboutsummaryrefslogtreecommitdiff
path: root/reachability
diff options
context:
space:
mode:
Diffstat (limited to 'reachability')
-rw-r--r--reachability/reachability.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reachability/reachability.go b/reachability/reachability.go
index 2266243c..70ebcb80 100644
--- a/reachability/reachability.go
+++ b/reachability/reachability.go
@@ -17,7 +17,7 @@ type Reachability struct {
// New builds a Reachability over one object store with an optional
// commit-graph reader for faster commit-domain traversal.
//
-// Labels: Deps-Borrowed.
+// Labels: Deps-Borrowed, Life-Parent.
func New(store objectstore.ReadingStore, graph *commitgraphread.Reader) *Reachability {
return &Reachability{store: store, graph: graph}
}