##// END OF EJS Templates
rust-dirstate: make the MTIME_UNSET public...
marmoute -
r48308:b68d61af default
parent child Browse files
Show More
@@ -77,7 +77,7 b' struct RawEntry {'
77 length: unaligned::I32Be,
77 length: unaligned::I32Be,
78 }
78 }
79
79
80 const MTIME_UNSET: i32 = -1;
80 pub const MTIME_UNSET: i32 = -1;
81
81
82 /// A `DirstateEntry` with a size of `-2` means that it was merged from the
82 /// A `DirstateEntry` with a size of `-2` means that it was merged from the
83 /// other parent. This allows revert to pick the right status back during a
83 /// other parent. This allows revert to pick the right status back during a
General Comments 0
You need to be logged in to leave comments. Login now