Show More
@@ -3439,7 +3439,9 b' def reposetup(ui, repo):' | |||||
3439 | raise error.Abort(errmsg) |
|
3439 | raise error.Abort(errmsg) | |
3440 |
|
3440 | |||
3441 | def commit(self, text="", user=None, date=None, match=None, |
|
3441 | def commit(self, text="", user=None, date=None, match=None, | |
3442 |
force=False, editor=False, extra= |
|
3442 | force=False, editor=False, extra=None): | |
|
3443 | if extra is None: | |||
|
3444 | extra = {} | |||
3443 | self.abortifwdirpatched( |
|
3445 | self.abortifwdirpatched( | |
3444 | _('cannot commit over an applied mq patch'), |
|
3446 | _('cannot commit over an applied mq patch'), | |
3445 | force) |
|
3447 | force) |
General Comments 0
You need to be logged in to leave comments.
Login now