Show More
@@ -104,10 +104,8 b" pub fn cat<'a>(" | |||||
104 | bytes.extend(file_log.data_for_node(file_node)?.data()?); |
|
104 | bytes.extend(file_log.data_for_node(file_node)?.data()?); | |
105 | } |
|
105 | } | |
106 |
|
106 | |||
107 |
let missing: Vec<HgPathBuf> = |
|
107 | let missing: Vec<HgPathBuf> = | |
108 | .iter() |
|
108 | missing.iter().map(|file| (*file).to_owned()).collect(); | |
109 | .map(|file| (*file).to_owned()) |
|
|||
110 | .collect(); |
|
|||
111 | Ok(CatOutput { |
|
109 | Ok(CatOutput { | |
112 | found_any, |
|
110 | found_any, | |
113 | concatenated: bytes, |
|
111 | concatenated: bytes, |
General Comments 0
You need to be logged in to leave comments.
Login now