Submitter | Katsunori FUJIWARA |
---|---|
Date | Aug. 2, 2014, 1:02 p.m. |
Message ID | <9de2c0a507e9f4159e57.1406984537@feefifofum> |
Download | mbox | patch |
Permalink | /patch/5237/ |
State | Accepted |
Commit | 7e71a65bf94f536e49c1a2fda7118973f9ab2ebf |
Headers | show |
Comments
Patch
diff --git a/hgext/transplant.py b/hgext/transplant.py --- a/hgext/transplant.py +++ b/hgext/transplant.py @@ -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