diff tests/test-backout.t @ 39760:7e99b02768ef

debugdirstate: deprecate --nodates in favor of --no-dates We have supported 'no-' prefixes for boolean flag for a few years now, so I was expecting it to be --no-dates. I noticed that we have --nodates options for a few more commands (e.g. `hg diff`), but I'll leave that for another day. Differential Revision: https://phab.mercurial-scm.org/D4693
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 20 Sep 2018 21:35:01 -0700
parents cb70501d8b71
children 99ebde4fec99
line wrap: on
line diff
--- a/tests/test-backout.t	Fri Sep 21 00:37:03 2018 -0400
+++ b/tests/test-backout.t	Thu Sep 20 21:35:01 2018 -0700
@@ -144,7 +144,7 @@
   $ touch -t 200001010000 c
   $ hg status -A
   C c
-  $ hg debugstate --nodates
+  $ hg debugstate --no-dates
   n 644         12 set                 c
   $ hg backout -d '6 0' -m 'to be rollback-ed soon' -r .
   removing c
@@ -154,7 +154,7 @@
   $ hg status -A
   A b
   R c
-  $ hg debugstate --nodates
+  $ hg debugstate --no-dates
   a   0         -1 unset               b
   r   0          0 set                 c