Solutions for large pushes
Problem
When a push is too large, it exceeds the buffer size limit, and the push fails.
Task description
Gitlab use a workhorse daemon to manage pushing large files to git.
Look how this works, and implement a similar functioning for Mercurial.
Edited by Georges Racinet