Closed dregad closed 7 years ago
This is caused by url_get() returning null, not false, so the strict-type check performed after attempting to retrieve changeset data from HgWeb fails and code attempts to call commit_changeset() with no data, causing an SQL error.
The page layout is garbled and several PHP notices are displayed.