Skip to content
  • Pulkit Goyal's avatar
    diff: make sure we output stat even when --git is not passed (issue4037) (BC) · 251332dbf33d
    Pulkit Goyal authored
    Before this patch, `hg diff --stat` will give an empty output. It will not show
    the stat information. I debugged and found that the underlying code does not
    return the diff header and due to that, other code paths fails to parse that as
    a diff.
    
    I looked into why we don't return diff headers in quiet mode and found the
    behavior is from 8f8bb77d560e which does not have
    any mention about why it is done. We also show the diff headers in git, so I
    think it's fine showing diff header in normal diff in quiet mode.
    
    Differential Revision: https://phab.mercurial-scm.org/D6007
    251332dbf33d