mercurial/shelve.py
changeset 49457 53229e170496
parent 49430 2064bbf7a1d5
child 49522 f599a946181d
--- a/mercurial/shelve.py	Fri Aug 12 14:35:34 2022 -0700
+++ b/mercurial/shelve.py	Mon Aug 22 16:59:14 2022 -0400
@@ -102,7 +102,7 @@
 def _use_internal_phase(repo):
     return (
         phases.supportinternal(repo)
-        and repo.ui.config(b'shelve', b'store') == 'internal'
+        and repo.ui.config(b'shelve', b'store') == b'internal'
     )