Mercurial > hg
comparison tests/test-largefiles-wireproto.t @ 37408:dd2753729853
simplestore: shore up lookup errors
When revisions or nodes can't be resolved, we're expected to raise
an error.LookupError. When I ported code from revlog.py, I failed
to realize that "LookupError" in that module is aliased to
error.LookupError. I thought we were using the builtin LookupError
instead.
This commit switches us to error.LookupError. It also fixes
rev() to raise error.LookupError instead of KeyError.
Differential Revision: https://phab.mercurial-scm.org/D3092
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 04 Apr 2018 09:31:19 -0700 |
parents | f4e84dfc06fd |
children | 556984ae0005 |
comparison
equal
deleted
inserted
replaced
37407:567bddcb4271 | 37408:dd2753729853 |
---|