Closed nathankleyn closed 9 years ago
Now that Project instances are effectively singletons by paths, we have no need to set the projects by path. We should remove all references to parents_by_path and work exclusively with Project instances for everything.
Project
parents_by_path
Fixed in master.
master
Now that
Project
instances are effectively singletons by paths, we have no need to set the projects by path. We should remove all references toparents_by_path
and work exclusively withProject
instances for everything.