Submitter | phabricator |
---|---|
Date | Jan. 19, 2018, 8:12 p.m. |
Message ID | <2af415c03e4459bc80657f677ad20193@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26972/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -1051,7 +1051,7 @@ # renamed filectx won't have a filelog yet, so set it # from the cache to save time for p in pl: - if not '_filelog' in p.__dict__: + if not r'_filelog' in p.__dict__: p._filelog = getlog(p.path()) return pl