How to commit files from different folders in MacHg?
        Posted  
        
            by J. Pablo Fernández
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by J. Pablo Fernández
        
        
        
        Published on 2010-05-08T00:04:17Z
        Indexed on 
            2010/05/08
            0:08 UTC
        
        
        Read the original article
        Hit count: 239
        
In MacHg, how do you select one and only one file from one folder and one and only one file from another folder to commit when you have other changed files in the same folder?
In the command line it would be:
hg commit folder1/file1 folder2/file2 -m "Message."
© Stack Overflow or respective owner