Show More
@@ -447,6 +447,11 b" impl<'a> RevlogEntry<'a> {" | |||
|
447 | 447 | ) { |
|
448 | 448 | Ok(data) |
|
449 | 449 | } else { |
|
450 | if (self.flags & REVISION_FLAG_ELLIPSIS) != 0 { | |
|
451 | return Err(HgError::unsupported( | |
|
452 | "ellipsis revisions are not supported by rhg", | |
|
453 | )); | |
|
454 | } | |
|
450 | 455 | Err(corrupted(format!( |
|
451 | 456 | "hash check failed for revision {}", |
|
452 | 457 | self.rev |
General Comments 0
You need to be logged in to leave comments.
Login now