Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repo: add generic Repo::base_repo() to access current operation from …
…revset This isn't fancy, but I couldn't find a better abstraction. Note that MutableRepo::base_repo() isn't removed as it has to return &Arc<_>, whereas <ReadonlyRepo as Repo>::base_repo() can't return &Arc<_>.
- Loading branch information