Show More
@@ -623,6 +623,7 b" fn extend_from_dmap<'a>(" | |||
|
623 | 623 | ); |
|
624 | 624 | } |
|
625 | 625 | |
|
626 | #[derive(Debug)] | |
|
626 | 627 | pub struct DirstateStatus<'a> { |
|
627 | 628 | pub modified: Vec<Cow<'a, HgPath>>, |
|
628 | 629 | pub added: Vec<Cow<'a, HgPath>>, |
@@ -679,6 +680,7 b" fn build_response<'a>(" | |||
|
679 | 680 | ) |
|
680 | 681 | } |
|
681 | 682 | |
|
683 | #[derive(Debug)] | |
|
682 | 684 | pub enum StatusError { |
|
683 | 685 | IO(std::io::Error), |
|
684 | 686 | Path(HgPathError), |
General Comments 0
You need to be logged in to leave comments.
Login now