This patch takes out the logic which generates a changegroup for widening a
narrow clone when ellipses are disabled. This is done because future patches
will introduce a narrow_widen() wireprotocol command which will send a
bundle2 with changegroup and will use this function.
The new function for now returns just the changegroup for compatibility with
existing code, but in future patches, when we establish a wireprotocol command
and call this function from there, this will return the required bundle2.
Do you plan to add support for ellipses to this too? I don't know if you need that feature, but I think the coming wire protocol command should eventually gain support for ellipsis nodes. Do you think a TODO about that makes sense? (I imagine it requires including the "known" set if the local repo has the ellipses requirement.)