• 
      

    Enable loading of hgrc files and normalize diff settings

    Review Request #5065 — Created Dec. 7, 2013 and submitted

    Information

    RBTools
    master

    Reviewers

    Enable loading of hgrc files and normalize diff settings
    
    Not loading hgrc files (the prior behavior) was wrong because hgrc files
    could provide desired or even required functionality.
    
    The reason why hgrc files weren't loaded was concerns over consistent
    command output, mainly for `hg diff`. These concerns have been addressed
    in the form of a custom Mercurial extension that resets diff settings at
    run-time.
    
     
    chipx86
    1. Looks good. Pushing, with a fix for unit tests. Thanks!

    2. 
        
    IN
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed with minor changes to release-0.5.x (855bc5c)