2010-08-10

Clone a old version in Mercurial

>hg clone --rev $version $path $foldname
For example
>hg clone --rev 38 https://bitbucket.org/project/sum sum-38

Reference:
http://stackoverflow.com/questions/2540454/mercurial-revert-back-to-old-version-and-continue-from-there

No comments:

Post a Comment