mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-03 19:00:52 +01:00
If a not existing path is request in the fileview command, it will be treated as an empty directory. But such a thing does not exist in hg. Therefore we handle this result as what it is: a not existing path - and we throw a not found exception.