diff -r 7b04b1154c15 -r 251332dbf33d mercurial/patch.py --- a/mercurial/patch.py Sat Feb 23 04:50:46 2019 +0530 +++ b/mercurial/patch.py Fri Feb 22 03:52:10 2019 +0530 @@ -2682,7 +2682,7 @@ header.append('similarity index %d%%' % sim) header.append('%s from %s' % (copyop, path1)) header.append('%s to %s' % (copyop, path2)) - elif revs and not repo.ui.quiet: + elif revs: header.append(diffline(path1, revs)) # fctx.is | diffopts | what to | is fctx.data()