##// END OF EJS Templates
logcmdutil: call _exthook() in changesettemplater...
Denis Laxalde -
r44282:6331a6fc default
parent child Browse files
Show More
@@ -598,6 +598,7 b' class changesettemplater(changesetprinte'
598 598 # write changeset metadata, then patch if requested
599 599 key = self._parts[self._tref]
600 600 self.ui.write(self.t.render(key, props))
601 self._exthook(ctx)
601 602 self._showpatch(ctx, graphwidth)
602 603
603 604 if self._parts[b'footer']:
General Comments 0
You need to be logged in to leave comments. Login now