##// END OF EJS Templates
mq: use sysstr to check for attribute presence...
marmoute -
r51793:a99e62da default
parent child Browse files
Show More
@@ -4186,7 +4186,7 b' def reposetup(ui, repo):'
4186 4186
4187 4187
4188 4188 def mqimport(orig, ui, repo, *args, **kwargs):
4189 if util.safehasattr(repo, b'abortifwdirpatched') and not kwargs.get(
4189 if util.safehasattr(repo, 'abortifwdirpatched') and not kwargs.get(
4190 4190 'no_commit', False
4191 4191 ):
4192 4192 repo.abortifwdirpatched(
General Comments 0
You need to be logged in to leave comments. Login now