Raise exception when a caller tries to fetch SHA1s that are not in any refs.
authorJelmer Vernooij <jelmer@jelmer.uk>
Wed, 12 Sep 2018 00:31:31 +0000 (01:31 +0100)
committerJelmer Vernooij <jelmer@jelmer.uk>
Wed, 12 Sep 2018 00:31:31 +0000 (01:31 +0100)
commit03b9e8753603c62c05504061a4f7caca8bed9119
tree8e3ee1acf7d12b5258ec85929ceb173d78492114
parentf699cfb5c83a0e77dcef0a6b20c946f77258d324
Raise exception when a caller tries to fetch SHA1s that are not in any refs.

The alternative is a cryptic message saying the server has disconnected.
NEWS
dulwich/client.py
dulwich/tests/test_client.py