mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 08:02:24 +03:00
9473b487b5
Summary: Enables treemanifest for about 100 more tests. To make them pass I had to expose the gettreepack capability from peers, which just works, and enable treeonly and sendtrees by default in the tests, which I probably should've done before anyway. Reviewed By: quark-zju Differential Revision: D21894955 fbshipit-source-id: 7a6a4d453824fb8c81a797a5487bf2ecc2b67761
33 lines
936 B
Raku
33 lines
936 B
Raku
#chg-compatible
|
|
|
|
$ . "$TESTDIR/library.sh"
|
|
$ . "$TESTDIR/infinitepush/library.sh"
|
|
$ setupcommon
|
|
$ setconfig infinitepush.bundlecompression=GZ
|
|
|
|
Setup server
|
|
$ hg init repo
|
|
$ cd repo
|
|
$ setupserver
|
|
$ cd ..
|
|
|
|
Backup a commit
|
|
$ hg clone ssh://user@dummy/repo client -q
|
|
$ cd client
|
|
$ mkcommit commit
|
|
$ hg cloud backup
|
|
backing up stack rooted at 7e6a6fd9c7c8
|
|
commitcloud: backed up 1 commit
|
|
remote: pushing 1 commit:
|
|
remote: 7e6a6fd9c7c8 commit
|
|
|
|
Check the commit is compressed
|
|
$ f=`cat ../repo/.hg/scratchbranches/index/nodemap/7e6a6fd9c7c8c8c307ee14678f03d63af3a7b455`
|
|
$ hg debugbundle ../repo/.hg/scratchbranches/filebundlestore/*/*/$f
|
|
Stream params: {Compression: GZ}
|
|
changegroup -- {version: 02}
|
|
7e6a6fd9c7c8c8c307ee14678f03d63af3a7b455
|
|
b2x:treegroup2 -- {cache: False, category: manifests, version: 1}
|
|
1 data items, 1 history items
|
|
18ef3a36d0cecdc332a8f5ee468ffe6e330279fe
|