deleting a named branch

Guido Ostkamp hg at ostkamp.fastmail.fm
Mon Jun 9 13:32:35 CDT 2008


On Sun, 8 Jun 2008, Michael P. Soulier wrote:
> I have development hooks that expect certain paths when not on the 
> production platform, and I work, at any time, on four different systems, 
> relying on "hg pull && hg up" to keep my repositories in sync.

It might be possible to have severals cloned repos anywhere but use a 
symbolic link for your hardcoded production pathes, so that you can easily 
switch to the clone you want to use by just removing and recreating some 
symlinks.

However, if you want to live within only one repo, I can only recommend 
Git as the localbranch extension for Mercurial that would possibly support 
what you want currently does not seem to be under active development.

Regards

Guido


More information about the Mercurial mailing list