##// END OF EJS Templates
hg-cpython: fallback when encountering an unknown matcher...
Raphaël Gomès -
r50240:44319aa4 default
parent child Browse files
Show More
@@ -236,7 +236,7 b' pub fn status_wrapper('
236 after_status,
236 after_status,
237 )
237 )
238 }
238 }
239 e => Err(PyErr::new::<ValueError, _>(
239 e => Err(PyErr::new::<FallbackError, _>(
240 py,
240 py,
241 format!("Unsupported matcher {}", e),
241 format!("Unsupported matcher {}", e),
242 )),
242 )),
General Comments 0
You need to be logged in to leave comments. Login now