# HG changeset patch # User Pierre-Yves David # Date 2014-10-09 07:15:04 # Node ID fd759142c6e5487c0f8d65847c9f29f35969c66c # Parent 72100c1d53d437ca983fca25911f07c5b63e4e84 obsolete: use uint## in the format documention This is shorter and kind of more readable for people who care about binary format. diff --git a/mercurial/obsolete.py b/mercurial/obsolete.py --- a/mercurial/obsolete.py +++ b/mercurial/obsolete.py @@ -117,9 +117,9 @@ bumpedfix = 1 # # The header is followed by the markers. Each marker is made of: # -# - 1 unsigned byte: number of new changesets "N", can be zero. +# - 1 uint8 : number of new changesets "N", can be zero. # -# - 1 unsigned 32-bits integer: metadata size "M" in bytes. +# - 1 uint32: metadata size "M" in bytes. # # - 1 byte: a bit field. It is reserved for flags used in common # obsolete marker operations, to avoid repeated decoding of metadata