I've just tried to clone a repo but got this:
$ hg clone ssh://path/to/repo
destination directory: assessment
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: stream ended unexpectedly (got 531348 bytes, expected 534446)
I tried verifying the repo on the server:
$ hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
Killed
What the heck does "killed" mean?? How do I fix that?