# HG changeset patch # User Martin von Zweigbergk # Date 1551915340 28800 # Node ID 8c6ba29091555330e79481e835c8e2d34720c3c2 # Parent a05f0bbefdd961409bf77120a0f71d4ad8332785 tests: fix a stale reference to experimental.uncommitondirtywdir These tests no longer test the config option, they test the command line flag. Differential Revision: https://phab.mercurial-scm.org/D6077 diff -r a05f0bbefdd9 -r 8c6ba2909155 tests/test-uncommit.t --- a/tests/test-uncommit.t Thu Feb 28 01:49:10 2019 +0100 +++ b/tests/test-uncommit.t Wed Mar 06 15:35:40 2019 -0800 @@ -469,7 +469,7 @@ a $ cd .. -experimental.uncommitondirtywdir should also work on a dirty PATH +--allow-dirty-working-copy should also work on a dirty PATH $ hg init issue5977 $ cd issue5977