hgext/mq.py
changeset 50897 a99e62dae4c8
parent 50111 0ca8dc8a135f
child 50925 d718eddf01d9
--- a/hgext/mq.py	Wed Aug 30 14:38:30 2023 +0200
+++ b/hgext/mq.py	Wed Aug 30 12:38:02 2023 +0200
@@ -4186,7 +4186,7 @@
 
 
 def mqimport(orig, ui, repo, *args, **kwargs):
-    if util.safehasattr(repo, b'abortifwdirpatched') and not kwargs.get(
+    if util.safehasattr(repo, 'abortifwdirpatched') and not kwargs.get(
         'no_commit', False
     ):
         repo.abortifwdirpatched(