This makes the test a bit cleaner since log --stat does not need to
specify -T manually to keep its output readable.
Details
Details
- Reviewers
 martinvonz - Group Reviewers
 hg-reviewers 
Diff Detail
Diff Detail
- Repository
 - rHG Mercurial
 - Lint
 Lint Skipped - Unit
 Unit Tests Skipped 
Event Timeline
Comment Actions
This makes the test a bit cleaner since log --stat does not need to
--stat should be -p
Comment Actions
D340 was updated to not use -p (which is not that useful since it diffs against p1) so this change becomes less necessary.