mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-21 00:31:01 +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.