Show More
@@ -13,8 +13,8 b' All the data related to the command stat' | |||||
13 | The class has methods using which the data can be stored to disk in a file under |
|
13 | The class has methods using which the data can be stored to disk in a file under | |
14 | .hg/ directory. |
|
14 | .hg/ directory. | |
15 |
|
15 | |||
16 |
We store the data on disk in cbor, for which we use the |
|
16 | We store the data on disk in cbor, for which we use the CBOR format to encode | |
17 | to serialize and deserialize data. |
|
17 | the data. | |
18 | """ |
|
18 | """ | |
19 |
|
19 | |||
20 | from __future__ import absolute_import |
|
20 | from __future__ import absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now