Mercurial > public > mercurial-scm > hg
diff tests/test-largefiles.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 | 5abc47d4ca6b |
children | 823a580448d7 |
line wrap: on
line diff
--- a/tests/test-largefiles.t Fri Sep 21 00:37:03 2018 -0400 +++ b/tests/test-largefiles.t Thu Sep 20 21:35:01 2018 -0700 @@ -43,12 +43,12 @@ $ touch large1 sub/large2 $ sleep 1 $ hg st - $ hg debugstate --nodates + $ hg debugstate --no-dates n 644 41 set .hglf/large1 n 644 41 set .hglf/sub/large2 n 644 8 set normal1 n 644 8 set sub/normal2 - $ hg debugstate --large --nodates + $ hg debugstate --large --no-dates n 644 7 set large1 n 644 7 set sub/large2 $ echo normal11 > normal1