hgext3rd/topic/discovery.py
changeset 4804 079dbf36e884
parent 4743 92e3db149d7d
child 4814 48b30ff742cb
--- a/hgext3rd/topic/discovery.py	Tue Aug 06 11:17:38 2019 +0200
+++ b/hgext3rd/topic/discovery.py	Tue Aug 06 11:26:29 2019 +0200
@@ -117,7 +117,7 @@
                     summary[key] = ([value[1][0]], ) + value[1:]
         return summary
     finally:
-        if 'unfiltered' in vars(repo):
+        if r'unfiltered' in vars(repo):
             del repo.unfiltered
         repo.__class__ = oldrepocls
         if remotebranchmap is not None: