Submitter | phabricator |
---|---|
Date | Jan. 18, 2018, 1:38 p.m. |
Message ID | <differential-rev-PHID-DREV-wrhl2p3wrjoeb2keuysh-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/26878/ |
State | Superseded |
Headers | show |
Comments
pulkit added a comment. Maybe skip-blame this also? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1892 To: durin42, #hg-reviewers Cc: pulkit, mercurial-devel
Patch
diff --git a/mercurial/bundlerepo.py b/mercurial/bundlerepo.py --- a/mercurial/bundlerepo.py +++ b/mercurial/bundlerepo.py @@ -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