[PATCH] tests: add testcase for --config format.dotencode=false

Adrian Buehlmann adrian at cadifra.com
Mon Oct 11 05:34:15 CDT 2010


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1286788668 -7200
# Node ID 547484468cfd5e6a4c3b4c6d7faa857f640375e0
# Parent  14853ca7e11b46568f7281d306ee1b542826e664
tests: add testcase for --config format.dotencode=false

diff --git a/tests/test-init.t b/tests/test-init.t
--- a/tests/test-init.t
+++ b/tests/test-init.t
@@ -62,6 +62,16 @@ creating repo with format.usefncache=fal
   revlogv1
   store
 
+creating repo with format.dotencode=false
+
+  $ hg --config format.dotencode=false init old3
+  $ checknewrepo old3
+  store created
+  00changelog.i created
+  revlogv1
+  store
+  fncache
+
 test failure
 
   $ hg init local


More information about the Mercurial-devel mailing list