diff --git a/mercurial/state.py b/mercurial/state.py --- a/mercurial/state.py +++ b/mercurial/state.py @@ -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