mercurial/smartset.py
changeset 35838 f484b9d95c23
parent 35501 12a46ad67a3c
child 35901 f0827211eb1f
--- a/mercurial/smartset.py	Wed Jan 17 21:46:09 2018 -0500
+++ b/mercurial/smartset.py	Wed Jan 17 21:46:29 2018 -0500
@@ -306,7 +306,7 @@
         self._istopo = False
 
     def __len__(self):
-        if '_list' in self.__dict__:
+        if r'_list' in self.__dict__:
             return len(self._list)
         else:
             return len(self._set)