Mercurial > hg
changeset 41887:8c6ba2909155
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
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 06 Mar 2019 15:35:40 -0800 |
parents | a05f0bbefdd9 |
children | 6a944bf4c43a |
files | tests/test-uncommit.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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