Releases: facebook/sapling
Releases · facebook/sapling
Release list
0.1.20221118-210929-cfbb68aa
ci: change versioning scheme (#208) Summary: Stack created with [Sapling] * __->__ https://github.com/facebook/sapling/issues/208 [sl] ci: change versioning scheme This changes our versioning scheme to `VERSION-%Y%m%d-%H%M%S-HASH`, where `VERSION` is defined in the VERSION file, `%Y%m%d-%H%M%S` is the current date, hour, minutes, and seconds, and `HASH` is the hash of the current commit. Pull Request resolved: https://github.com/facebook/sapling/pull/208 Test Plan: Tested on my personal account Reviewed By: bolinfest Differential Revision: D41418387 Pulled By: sggutier fbshipit-source-id: f89bce7cc842c6ca77c3a8330565fa19d41e39cc
20221116-203146-2c1a971a
help: update "urls" help Summary: - get rid of insecure "http://" example - don't mention "#" fragment behavior - I don't think this works in normal cases - make clear that cacerts config doesn't apply to Git Reviewed By: quark-zju Differential Revision: D41347490 fbshipit-source-id: 95af879181ed9b3d201bdfa282524c18880e58cd
20221116-131242-1b09643f
Include `top` in `eden rage` Summary: There have been support requests where we needed to rule out high system load on the user's computer (rather than EdenFS) slowing down their experience. This adds a snapshot of `top` to the output of `eden rage` on Linux and macOS so we don't have to ask the user for this. We only include the top ten-ish processes in the output to avoid blowing up the `rage`. Reviewed By: chadaustin Differential Revision: D41351716 fbshipit-source-id: 5db170b1b83ff58ffce21769b379e9ad2b38738a
20221116-062901-64e95e85
deprecate logging of hg_infinitepush_destinations Summary: deprecate logging of hg_infinitepush_destinations this table is no longer needed since this information is available in mononoke Reviewed By: YousefSalama Differential Revision: D41335647 fbshipit-source-id: 745f92d90809be5b560822b8f92ca6bf42c9f3d6
20221115-080554-34470671
website: internals/zstdelta Summary: Describe the zstdelta algorithm. It might be interesting to other source control folks. Reviewed By: muirdm Differential Revision: D41275018 fbshipit-source-id: 8e44c3e23716c9130eaaedf751575d37f81e7696
20221115-004809-5076656c
Re-sync with internal repository