jj/lib
Jun Wu 4cd29a2130 working_copy: avoid std::os::unix on Windows
std::os::unix::fs::PermissionsExt::mode() does not exist on Windows.
Treat files on Windows as regular files.
2021-03-14 15:49:22 -07:00
..
protos view: add tracking of "public" heads (copying Mercurial's phase concept) 2021-01-16 11:48:35 -08:00
src working_copy: avoid std::os::unix on Windows 2021-03-14 15:49:22 -07:00
tests working_copy: avoid std::os::unix on Windows 2021-03-14 15:49:22 -07:00
build.rs rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
Cargo.toml