gitrepo: fake the batchable peer API harder
Since 4.9, mercurial has strong expectation about `peer.lookup` being a batchable wire protocol command. So we need to actually "implement" that in our fake peer. The API is now compatible with that, backed by an hollow implementation. Since the peer is not doing any network operation, we don't need any actual code.
Please register or sign in to comment