hgext/transplant.py
changeset 22006 7e71a65bf94f
parent 21411 afff78be4361
child 22252 de783f2403c4
--- a/hgext/transplant.py	Sat Aug 02 21:46:26 2014 +0900
+++ b/hgext/transplant.py	Sat Aug 02 21:46:26 2014 +0900
@@ -86,7 +86,7 @@
         self.opener = scmutil.opener(self.path)
         self.transplants = transplants(self.path, 'transplants',
                                        opener=self.opener)
-        self.editor = cmdutil.getcommiteditor(**opts)
+        self.editor = cmdutil.getcommiteditor(editform='transplant', **opts)
 
     def applied(self, repo, node, parent):
         '''returns True if a node is already an ancestor of parent