mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-18 13:27:08 +02:00
In an empty hg repository the Changeset c is null. This leads to an NullPointerException in the original code. So we check whether we have a Changeset and otherwise use the old functionality.