Mercurial > hg
changeset 41135:050ea8eb42a5
state: update comment about use of CBOR
We use our internal cbor library, not the vendored one in thirdparty.
Differential Revision: https://phab.mercurial-scm.org/D5518
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 07 Jan 2019 16:34:04 -0500 |
parents | 17a195676472 |
children | a181a1c8af1d |
files | mercurial/state.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/state.py Wed Dec 19 22:24:20 2018 +0900 +++ b/mercurial/state.py Mon Jan 07 16:34:04 2019 -0500 @@ -13,8 +13,8 @@ The class has methods using which the data can be stored to disk in a file under .hg/ directory. -We store the data on disk in cbor, for which we use the third party cbor library -to serialize and deserialize data. +We store the data on disk in cbor, for which we use the CBOR format to encode +the data. """ from __future__ import absolute_import