aboutsummaryrefslogtreecommitdiff
path: root/object/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'object/fetch')
-rw-r--r--object/fetch/treefs_new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/fetch/treefs_new.go b/object/fetch/treefs_new.go
index e8a25dc9..f1096a3c 100644
--- a/object/fetch/treefs_new.go
+++ b/object/fetch/treefs_new.go
@@ -5,7 +5,7 @@ import objectid "codeberg.org/lindenii/furgit/object/id"
// TreeFS returns a new filesystem view rooted at root, which may be any
// tree-ish object accepted by PeelToTreeID.
//
-// Labels: Deps-Borrowed, Life-Parent, Close-No.
+// Labels: Deps-Borrowed, Life-Parent.
func (r *Fetcher) TreeFS(root objectid.ObjectID) (*TreeFS, error) {
rootTree, err := r.PeelToTreeID(root)
if err != nil {