diff --git a/mercurial/state.py b/mercurial/state.py --- a/mercurial/state.py +++ b/mercurial/state.py @@ -72,8 +72,8 @@ try: int(fp.readline()) except ValueError: - raise error.ProgrammingError("unknown version of state file" - " found") + raise error.CorruptedState("unknown version of state file" + " found") return cbor.load(fp) def delete(self):