hgext/remotefilelog/shallowrepo.py
changeset 43115 4aa72cdf616f
parent 43105 649d3ac37a12
child 43849 63bb6dc62f24
--- a/hgext/remotefilelog/shallowrepo.py	Tue Oct 08 19:35:30 2019 -0700
+++ b/hgext/remotefilelog/shallowrepo.py	Sun Oct 06 20:17:41 2019 -0700
@@ -345,7 +345,7 @@
     repo.excludepattern = repo.ui.configlist(
         b"remotefilelog", b"excludepattern", None
     )
-    if not util.safehasattr(repo, b'connectionpool'):
+    if not util.safehasattr(repo, 'connectionpool'):
         repo.connectionpool = connectionpool.connectionpool(repo)
 
     if repo.includepattern or repo.excludepattern: