diff tests/test-lfconvert.t @ 22316:816be4ca4ae2 stable

config: exit non zero on non-existent config option (issue4247) When running 'hg config no_such_option', hg exited with a zero exit code. This change now exits with a 1 if the config option does not exist.
author Aaron Kushner <akushner@fb.com>
date Tue, 19 Aug 2014 16:57:02 -0700
parents b081decd9062
children fcd2f9b06629
line wrap: on
line diff
--- a/tests/test-lfconvert.t	Sat Aug 30 15:13:02 2014 +0200
+++ b/tests/test-lfconvert.t	Tue Aug 19 16:57:02 2014 -0700
@@ -326,6 +326,7 @@
   verified existence of 6 revisions of 4 largefiles
   [1]
   $ hg -R largefiles-repo-hg showconfig paths
+  [1]
 
 
 Avoid a traceback if a largefile isn't available (issue3519)