diff contrib/tcsh_completion_build.sh @ 24911:5447b8523fef

cg2packer: set reorder=False in __init__ instead of in group() The difference between reorder=None (bundle.reorder=auto) and reorder=False is that the generaldelta revlogs get reordered with the former. In cg2packer, group() we check if the revlog uses generaldelta and if reorder=None and then convert that to reorder=False. We are effectively saying that whether or not generaldelta is used, we want reorder=None to mean reorder=False for changegroup 2. To make this clearer, check if reorder=None in the constructor and change it to False there and drop the overriding of group(). Also document the reason for turning reordering off.
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 29 Apr 2015 10:38:45 -0700
parents 2616325766e3
children
line wrap: on
line diff