jj/cli
Evan Mesterhazy e1fd402d39 Fix the ContentHash implementations for std::Option, MergedTreeId, and RemoteRefState
The `ContentHash` documentation specifies that implementations for enums should
hash the ordinal number of the variant contained in the enum as a 32-bit
little-endian number and then hash the contents of the variant, if any.

The current implementations for `std::Option`, `MergedTreeId`, and
`RemoteRefState` are non-conformant since they hash the ordinal number as a u8
with platform specific endianness.


Fixes #3051
2024-02-16 09:27:32 -05:00
..
examples cli: drop handling of legacy revset dag range operator 2024-02-14 10:04:56 +09:00
src cli: change workspace@ symbol color to green (the color of HEAD@git) 2024-02-16 11:12:43 +09:00
testing
tests Fix the ContentHash implementations for std::Option, MergedTreeId, and RemoteRefState 2024-02-16 09:27:32 -05:00
build.rs
Cargo.toml Use minus as a builtin pager 2024-02-12 18:55:15 -05:00
LICENSE