Submitter | phabricator |
---|---|
Date | Dec. 27, 2019, 10:03 p.m. |
Message ID | <9d895b1c453cbab7b7595b02d3c6b64a@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44092/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/revlog.py b/mercurial/revlog.py --- a/mercurial/revlog.py +++ b/mercurial/revlog.py @@ -1772,10 +1772,8 @@ if node == nullid: return b"", {} - # The text as stored inside the revlog. Might be the revision or might - # need to be processed to retrieve the revision. - rawtext = None - + # ``rawtext`` is the text as stored inside the revlog. Might be the + # revision or might need to be processed to retrieve the revision. rev, rawtext, validated = self._rawtext(node, rev, _df=_df) if raw and validated: