oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.3k stars 739 forks source link

shorten the lack of history error message #4454

Closed vladak closed 8 months ago

vladak commented 8 months ago

This change makes the "enoent" history message short. I always found the message too verbose. Also, like it was, it was meant for an administrator (related to #4411); for the end user it was rather useless. Further, it contained hints at deployment/implementation specifics, some of which are no longer existent (database for history cache).

While there, I did some refactoring of related code.