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
https://phab.mercu
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 g
> 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 fi
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
retu