##// END OF EJS Templates
log: allow matchfn to be non-null even if both --patch/--stat are off...
Yuya Nishihara -
r35707:5fe6f946 default
parent child Browse files
Show More
@@ -1725,7 +1725,8 b' class changeset_printer(object):'
1725 diffordiffstat(self.ui, self.repo, diffopts, prev, node,
1725 diffordiffstat(self.ui, self.repo, diffopts, prev, node,
1726 match=matchfn, stat=False,
1726 match=matchfn, stat=False,
1727 hunksfilterfn=hunksfilterfn)
1727 hunksfilterfn=hunksfilterfn)
1728 self.ui.write("\n")
1728 if stat or diff:
1729 self.ui.write("\n")
1729
1730
1730 class jsonchangeset(changeset_printer):
1731 class jsonchangeset(changeset_printer):
1731 '''format changeset information.'''
1732 '''format changeset information.'''
General Comments 0
You need to be logged in to leave comments. Login now