Show More
@@ -598,6 +598,7 b' class changesettemplater(changesetprinte' | |||||
598 | # write changeset metadata, then patch if requested |
|
598 | # write changeset metadata, then patch if requested | |
599 | key = self._parts[self._tref] |
|
599 | key = self._parts[self._tref] | |
600 | self.ui.write(self.t.render(key, props)) |
|
600 | self.ui.write(self.t.render(key, props)) | |
|
601 | self._exthook(ctx) | |||
601 | self._showpatch(ctx, graphwidth) |
|
602 | self._showpatch(ctx, graphwidth) | |
602 |
|
603 | |||
603 | if self._parts[b'footer']: |
|
604 | if self._parts[b'footer']: |
General Comments 0
You need to be logged in to leave comments.
Login now