[PATCH] changegroup: rename bundle-related functions and classes

sune.foldager at me.com sune.foldager at me.com
Sun Aug 31 05:17:29 CDT 2014


> -class unbundle10(object):
> -    deltaheader = _BUNDLE10_DELTA_HEADER
> +class changegroupv1unpacker(object):
> +    deltaheader = _CHANGEGROUPV1_DELTA_HEADER

I don’t really like the names changegroupv1unpacker and packer too much, but at least it describes what it does. Better names are welcome :)

-Sune



More information about the Mercurial-devel mailing list