# HG changeset patch # User Adrian Buehlmann # Date 2010-10-11 09:17:48 # Node ID 1b546140b85ef9cc830a9b40e6e897f98efbfb02 # Parent b885f28fa4fa96884dc7d236e5dac62e4a09e559 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