sapling/tests/fixtures
Rain ⁣ b3b1b0e4ed fixtures: fix and update fixtures
Summary:
So the fixtures were broken -- there was apparently a bug that would
cause p2 of root tree manifests to always be null. Fix them by regenerating
trees.

Also the directory name the tarball got extracted to had hyphens in it instead
of underscores. Fix that to make it all underscores.

I used the following commands to do this -- apologies for the hacky zsh:

```
$ for tar in *.tar.gz; do (x=${tar//.tar.gz/}; cp $x.tar.gz ~/local/tmp &&
pushd ~/local/tmp && rm -rf $x ${x//_/-} && tar xf $x.tar.gz && mv ${x//_/-} $x
&& pushd $x/.hg/store && rm 00manifesttree.i && hg backfilltree && popd && tar
cf $x.tar.gz $x && popd && cp ~/local/tmp/$x.tar.gz .); done

$ buck run scm/mononoke/tests/fixtures:regenerate -- *.tar.gz --overwrite
```

Reviewed By: farnz

Differential Revision: D8854625

fbshipit-source-id: 08be7a1e89150b70a308343b43b299a0030708b9
2018-07-17 11:08:18 -07:00
..
branch_even fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
branch_uneven fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
branch_wide fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
linear fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
many_files_dirs fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
merge_even fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
merge_uneven fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
unittest mercurial-types: simplify Manifest API significantly 2018-06-20 18:22:55 -07:00
unshared_merge_even fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
unshared_merge_uneven fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
branch_even.tar.gz fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
branch_uneven.tar.gz fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
branch_wide.tar.gz fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
generate_memblob_repo.py added BonsaiHgMapping to BlobRepo 2018-07-13 08:03:13 -07:00
linear.tar.gz mononoke: update test fixture repos 2018-03-29 03:29:56 -07:00
many_files_dirs.tar.gz fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
merge_even.tar.gz fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
merge_uneven.tar.gz fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
regenerate.py cmds: move creating blobrepo to cmdlib 2018-07-11 18:36:50 -07:00
unshared_merge_even.tar.gz fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00
unshared_merge_uneven.tar.gz fixtures: fix and update fixtures 2018-07-17 11:08:18 -07:00