pub fn repository_presentation(
repo: &Repository,
target_thread: Option<&str>,
parent_thread: Option<&str>,
) -> RepositoryPresentationExpand description
Presentation-only repository identity. This deliberately leaves
Repository::capability_label() untouched: an isolated checkout that
shares a Git-overlay object store is still technically opened through
the native Heddle storage path, but user-facing status should say what
the checkout is managed by.