D6007: diff: make sure we output stat info even when --git is not passed (issue4037)

2019-02-24 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG251332dbf33d: diff: make sure we output stat even when --git is not passed (issue4037) (BC) (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6007: diff: make sure we output stat info even when --git is not passed (issue4037)

2019-02-24 Thread yuja (Yuya Nishihara)
yuja added a comment. > I looked into why we don't return diff headers in quiet mode and found the > behavior is from https://phab.mercurial-scm.org/rHG8f8bb77d560e70bcc95577e4dfa877df18d876ab which does not have > any mention about why it is done. We also show the diff headers in

Re: D6007: diff: make sure we output stat info even when --git is not passed (issue4037)

2019-02-24 Thread Yuya Nishihara
> I looked into why we don't return diff headers in quiet mode and found the > behavior is from > https://phab.mercurial-scm.org/rHG8f8bb77d560e70bcc95577e4dfa877df18d876ab > which does not have > any mention about why it is done. We also show the diff headers in git, so I > think it's

D6007: diff: make sure we output stat info even when --git is not passed (issue4037)

2019-02-22 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY 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