Show More
@@ -4186,7 +4186,7 b' def reposetup(ui, repo):' | |||||
4186 |
|
4186 | |||
4187 |
|
4187 | |||
4188 | def mqimport(orig, ui, repo, *args, **kwargs): |
|
4188 | def mqimport(orig, ui, repo, *args, **kwargs): | |
4189 |
if util.safehasattr(repo, |
|
4189 | if util.safehasattr(repo, 'abortifwdirpatched') and not kwargs.get( | |
4190 | 'no_commit', False |
|
4190 | 'no_commit', False | |
4191 | ): |
|
4191 | ): | |
4192 | repo.abortifwdirpatched( |
|
4192 | repo.abortifwdirpatched( |
General Comments 0
You need to be logged in to leave comments.
Login now