HG: Update a directory to a specific revision without cloning the whole repo?
- by Joschua
Is it possible to update a directory to a specific revision without cloning the whole repository (local or on a central server) in Mercurial? This would be great, because to clone the whole repo first takes to much time for me. As example: default and the b2.3 branch from which I want to update.
Thanks in advance! :)