Submitter | phabricator |
---|---|
Date | Dec. 10, 2019, 4:17 p.m. |
Message ID | <5fb90dd12a77b1675835187fb5ff3b49@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43682/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/logcmdutil.py b/mercurial/logcmdutil.py --- a/mercurial/logcmdutil.py +++ b/mercurial/logcmdutil.py @@ -598,6 +598,7 @@ # write changeset metadata, then patch if requested key = self._parts[self._tref] self.ui.write(self.t.render(key, props)) + self._exthook(ctx) self._showpatch(ctx, graphwidth) if self._parts[b'footer']: