obsolete: let N denote number of obsoleted changestes in a marker
The number of obsoleted changesets is referred to as N later in the
docstring.
churn: compute padding with unicode strings
Most UTF-8 aware terminals convert multibyte sequences into a single displayed
characters. Because the first column is padded by counting bytes, the second
column is not perfectly aligned in the presence of non ASCII characters.
Added signature for changeset
564f55b25122
Added tag 3.0-rc for changeset
564f55b25122
bundle2: allow extensions to extend the getbundle request
We want extensions to be able to request extra parts.