Submitter | phabricator |
---|---|
Date | March 2, 2018, 8:26 p.m. |
Message ID | <1300d88062ecc25d4e0b3044c77c2561@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28721/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/util.py b/mercurial/util.py --- a/mercurial/util.py +++ b/mercurial/util.py @@ -509,8 +509,8 @@ ) def __init__(self, fh, observer): - object.__setattr__(self, '_orig', fh) - object.__setattr__(self, '_observer', observer) + object.__setattr__(self, r'_orig', fh) + object.__setattr__(self, r'_observer', observer) def __getattribute__(self, name): ours = {