Repositories as branches (take 2)

Rafael Fernández López ereslibre at kde.org
Sun Jul 4 17:23:50 CDT 2010


Hello,

I have written yet another really small script to branch with 
repositories. I find it very useful and thought someone would be 
interested in using it.

It is located at:
http://hg.ereslibre.es/random/python/file/d055e69b1666/branchrepo

Fairly easy to use, small example:
branchrepo ereslibre.es random/ruby random/ruby-crazyIdea
... work on random/ruby-crazyIdea ...
... things were right, merging it back to random/ruby ...
branchrepo -d ereslibre.es random/ruby-crazyIdea

This small scripts uses the paramiko python module for SSH2 connections.

As always, comments are very welcome.


Best regards,
Rafael Fernández López.


More information about the Mercurial-devel mailing list