git_handler.fetch: only import commits reachable from requested heads
Previously we'd attempt to import every single reachable commit in the Git object store. The test adds another branch to the Git repo and doesn't import it until much later. Previously we'd import it when we ran `hg -R hgrepo pull -r beta`. Now we won't.
Loading
Please register or sign in to comment