Skip to content
Snippets Groups Projects
Commit 1e4860f3409a authored by Boris Feld's avatar Boris Feld
Browse files

convert: update hg convert source to accept revsets as revs

My usecase is to pass a revset like (limit(all(), X, 0)) to convert hg source
repositories pieces by pieces as it seems that hg convert leaks memory. This
way we can bypass the problem by processing the repositories small pieces at
the time.

It also makes convert more flexible.
parent e8c043375b53
No related tags found
No related merge requests found
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