localrepo: remove clone method by hoisting into hg.py
hg.py was the only remaining caller of localrepo.clone(), so it's time to move some more behavior out of localrepo.
Loading
Please register or sign in to comment
hg.py was the only remaining caller of localrepo.clone(), so it's time to move some more behavior out of localrepo.