Show More
@@ -321,7 +321,7 impl<G: Graph> MissingAncestors<G> { | |||
|
321 | 321 | |
|
322 | 322 | // TODO heuristics for with_capacity()? |
|
323 | 323 | let mut missing: Vec<Revision> = Vec::new(); |
|
324 |
for curr in (0..=start). |
|
|
324 | for curr in (0..=start).rev() { | |
|
325 | 325 | if revs_visit.is_empty() { |
|
326 | 326 | break; |
|
327 | 327 | } |
General Comments 0
You need to be logged in to leave comments.
Login now