mercurial/bundlerepo.py
changeset 35833 87b085a4f9d1
parent 35783 c97639ad6874
child 36835 5bc7ff103081
--- a/mercurial/bundlerepo.py	Wed Jan 17 20:41:51 2018 -0500
+++ b/mercurial/bundlerepo.py	Wed Jan 17 21:42:56 2018 -0500
@@ -402,7 +402,7 @@
         # manifestlog implementation did not consume the manifests from the
         # changegroup (ex: it might be consuming trees from a separate bundle2
         # part instead). So we need to manually consume it.
-        if 'filestart' not in self.__dict__:
+        if r'filestart' not in self.__dict__:
             self._consumemanifest()
 
         return self.filestart