Clone big repository in small chunks using -r like this:
hg init montao
cd montao
hg pull -r 50 https://[email protected]/niklasr/montao # get the first 50 changesets
hg pull -r 100 https://[email protected]/niklasr/montao # get the next 50 changesets
...