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