Is copying the .hg directory to another directory the same as cloning in Mercurial (using TortoiseHg although I think that's irrelevant) or does the cloning command in Mercurial do something special during that process?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It's almost the same. Cloning does a few things different, none of which are required, but some of which are cool:
That last one is pretty cool. It means that if I have a 200GB repo and I do a |
|||
|
|