equal
deleted
inserted
replaced
89 rev |
89 rev |
90 )) |
90 )) |
91 .into(), |
91 .into(), |
92 )) |
92 )) |
93 } |
93 } |
|
94 ListRevTrackedFilesErrorKind::AmbiguousPrefix => { |
|
95 CommandErrorKind::Abort(Some( |
|
96 utf8_to_local(&format!( |
|
97 "abort: ambiguous revision identifier {}\n", |
|
98 rev |
|
99 )) |
|
100 .into(), |
|
101 )) |
|
102 } |
94 ListRevTrackedFilesErrorKind::UnsuportedRevlogVersion(version) => { |
103 ListRevTrackedFilesErrorKind::UnsuportedRevlogVersion(version) => { |
95 CommandErrorKind::Abort(Some( |
104 CommandErrorKind::Abort(Some( |
96 utf8_to_local(&format!( |
105 utf8_to_local(&format!( |
97 "abort: unsupported revlog version {}\n", |
106 "abort: unsupported revlog version {}\n", |
98 version |
107 version |