Skip to content
Snippets Groups Projects
Commit bf9084d8d832 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

clone: always use a single transaction

Given that Mercurial will delete the repository on any error, using
anything more than a single transaction is a waste of resources. In
fact, the only way to “recover” a partial clone using hg-git is to
forcibly KILL the process. This makes us match the behaviour of
Mercurial: clone isn't resumable, period, and not even inspecting the
repository during the clone suggests otherwise.

This currently doesn't affect the current defaults, though, which are to
always use a single transaction.
parent 1fddab909c2b
No related branches found
No related tags found
1 merge request!102pull: some optimisations
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment