Submitter | Augie Fackler |
---|---|
Date | Oct. 14, 2014, 6:43 p.m. |
Message ID | <415cae3bf91f02da15b6.1413312205@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/6250/ |
State | Superseded |
Commit | 117e818711136283e9f8ea0c6e83ef1c985bc28c |
Headers | show |
Comments
Patch
diff --git a/mercurial/manifest.py b/mercurial/manifest.py --- a/mercurial/manifest.py +++ b/mercurial/manifest.py @@ -41,6 +41,7 @@ return dicthelpers.diff(self._flags, d2._flags, "") def text(self): + """Get the full data of this manifest as a bytestring.""" fl = sorted(self) _checkforbidden(fl)