Show More
@@ -714,7 +714,7 b' class ui(object):' | |||||
714 | if self.debugflag: |
|
714 | if self.debugflag: | |
715 | opts['label'] = opts.get('label', '') + ' ui.debug' |
|
715 | opts['label'] = opts.get('label', '') + ' ui.debug' | |
716 | self.write(*msg, **opts) |
|
716 | self.write(*msg, **opts) | |
717 | def edit(self, text, user): |
|
717 | def edit(self, text, user, extra={}): | |
718 | (fd, name) = tempfile.mkstemp(prefix="hg-editor-", suffix=".txt", |
|
718 | (fd, name) = tempfile.mkstemp(prefix="hg-editor-", suffix=".txt", | |
719 | text=True) |
|
719 | text=True) | |
720 | try: |
|
720 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now