How to remove changes in a file in hg
        Posted  
        
            by michael
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by michael
        
        
        
        Published on 2010-05-04T02:07:34Z
        Indexed on 
            2010/05/04
            2:18 UTC
        
        
        Read the original article
        Hit count: 351
        
hg
Hi,
Can you please tell me how can I remove change I made  locally?
In git , I can do git checkout -- aFile.cpp, how can I do the same thing for 'hg'?
Thank you.
© Stack Overflow or respective owner