How to "revert" unchanged files with mercurial?
        Posted  
        
            by Virgil
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Virgil
        
        
        
        Published on 2010-06-14T16:02:06Z
        Indexed on 
            2010/06/14
            16:12 UTC
        
        
        Read the original article
        Hit count: 189
        
I have installed Windows7 on my computer, and I had to change all permissions/take ownership - which apparently "touched" all my files, and now everything appears to be "modified" (when I do "hg status").
Is there a command I can run so that I will either "commit" or "revert" all the files that have no actual change in them (i.e. text is unchanged, even if file attributes are changed).
© Stack Overflow or respective owner