hgext/transplant.py
changeset 35888 c8e2d6ed1f9e
parent 34469 61275d0f6157
child 36187 a9d1ac7b91a8
--- a/hgext/transplant.py	Sun Jan 21 12:48:39 2018 +0900
+++ b/hgext/transplant.py	Sun Jan 21 13:03:03 2018 +0900
@@ -24,6 +24,7 @@
     error,
     exchange,
     hg,
+    logcmdutil,
     match,
     merge,
     node as nodemod,
@@ -501,7 +502,7 @@
 
 def browserevs(ui, repo, nodes, opts):
     '''interactively transplant changesets'''
-    displayer = cmdutil.show_changeset(ui, repo, opts)
+    displayer = logcmdutil.changesetdisplayer(ui, repo, opts)
     transplants = []
     merges = []
     prompt = _('apply changeset? [ynmpcq?]:'