Can I move the directory a local Mercurial repository is contained in without breaking it, or does it know where it lives and expect it to live there forever? (Coming from SVN with its switch/relocate requirements for moving local repos.)

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

In short, yes. You can move the .hg repository folder and then pull a new copy of your source.

link|improve this answer
You can move .hg or the directory below it. The only thing that might break are the paths defined in .hg/hgrc if they are relative. – tonfa Mar 25 '10 at 21:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.