rust/hg-core/src/exit_codes.rs
branchstable
changeset 49149 006688e36e12
parent 47407 6e49769b7f97
child 49488 7c93e38a0bbd
--- a/rust/hg-core/src/exit_codes.rs	Wed Apr 27 15:47:57 2022 +0200
+++ b/rust/hg-core/src/exit_codes.rs	Tue Apr 19 12:27:40 2022 +0200
@@ -17,3 +17,6 @@
 
 /// Command or feature not implemented by rhg
 pub const UNIMPLEMENTED: ExitCode = 252;
+
+/// The fallback path is not valid
+pub const INVALID_FALLBACK: ExitCode = 253;