``` >>> master_tree = repo.revparse_single("master").tree >>> master_tree["foo"] == master_tree["foo"] False ```