hgext/patchbomb.py
branchstable
changeset 30848 7080652af6e6
parent 30838 eb78ec9e97b7
child 31183 8018b90f8307
--- a/hgext/patchbomb.py	Thu Jan 19 23:01:32 2017 +0900
+++ b/hgext/patchbomb.py	Wed Jan 18 18:25:51 2017 -0800
@@ -271,7 +271,7 @@
     else:
         ui.write(_('\nWrite the introductory message for the '
                    'patch series.\n\n'))
-        body = ui.edit(defaultbody, sender, tmpdir=repo.path)
+        body = ui.edit(defaultbody, sender, repopath=repo.path)
         # Save series description in case sendmail fails
         msgfile = repo.vfs('last-email.txt', 'wb')
         msgfile.write(body)