Skip to content
Snippets Groups Projects
Commit b68d61af authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

rust-dirstate: make the MTIME_UNSET public

We will use it in the cpython layer soon.

Differential Revision: https://phab.mercurial-scm.org/D10961
parent f6f25ab6
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
length: unaligned::I32Be, length: unaligned::I32Be,
} }
const MTIME_UNSET: i32 = -1; pub const MTIME_UNSET: i32 = -1;
/// A `DirstateEntry` with a size of `-2` means that it was merged from the /// A `DirstateEntry` with a size of `-2` means that it was merged from the
/// other parent. This allows revert to pick the right status back during a /// other parent. This allows revert to pick the right status back during a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment