rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 03 Aug 2018 09:44:30 -0700
changeset 38899 7a154778fb46
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
changegroup: consolidate tree manifests sending into cg1packer Previously, we overrode a method to control how manifests were serialized. This method was redefined on cg3packer to send tree manifests. This commit moves the tree manifests sending variation to cg1packer and teaches the cgpacker constructor to control which version to use. After these changes, cg3packer was empty. So it has been removed. Differential Revision: https://phab.mercurial-scm.org/D4081

[workspace]
members = ["hgcli"]