changeset 45996 | 904647f7d983 |
parent 45937 | 2ad2745e0be9 |
child 46032 | 8d6164098782 |
45995:32dcd783a985 | 45996:904647f7d983 |
---|---|
83 )) |
83 )) |
84 } |
84 } |
85 ListRevTrackedFilesErrorKind::InvalidRevision => { |
85 ListRevTrackedFilesErrorKind::InvalidRevision => { |
86 CommandErrorKind::Abort(Some( |
86 CommandErrorKind::Abort(Some( |
87 utf8_to_local(&format!( |
87 utf8_to_local(&format!( |
88 "abort: invalid revision identifier{}\n", |
88 "abort: invalid revision identifier {}\n", |
89 rev |
89 rev |
90 )) |
90 )) |
91 .into(), |
91 .into(), |
92 )) |
92 )) |
93 } |
93 } |