Pushing a local clone to remote repository with Mercurial
        Posted  
        
            by yang
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by yang
        
        
        
        Published on 2010-05-18T20:07:55Z
        Indexed on 
            2010/05/18
            20:10 UTC
        
        
        Read the original article
        Hit count: 219
        
mercurial
Here is what I did:
Cloned a remote repository to my local computer. Created a second clone from the first clone. Made changes in the second clone. Never touched anything that resides in the first clone.
Now what happens if I directly push to remote repo from the second clone? A new branch is introduced in the remote repo?
Maybe a stupid question but I can't test it because there are other developers working on the code and I don't want to mess anything.
Thanks.
© Stack Overflow or respective owner