Mercurial > hg
comparison tests/test-completion.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 | c48738923dba |
children | d71e0ba34d9b |
comparison
equal
deleted
inserted
replaced
39759:aeb2812f304d | 39760:7e99b02768ef |
---|---|
269 debugcreatestreamclonebundle: | 269 debugcreatestreamclonebundle: |
270 debugdag: tags, branches, dots, spaces | 270 debugdag: tags, branches, dots, spaces |
271 debugdata: changelog, manifest, dir | 271 debugdata: changelog, manifest, dir |
272 debugdate: extended | 272 debugdate: extended |
273 debugdeltachain: changelog, manifest, dir, template | 273 debugdeltachain: changelog, manifest, dir, template |
274 debugdirstate: nodates, datesort | 274 debugdirstate: nodates, dates, datesort |
275 debugdiscovery: old, nonheads, rev, ssh, remotecmd, insecure | 275 debugdiscovery: old, nonheads, rev, ssh, remotecmd, insecure |
276 debugdownload: output | 276 debugdownload: output |
277 debugextensions: template | 277 debugextensions: template |
278 debugfileset: rev, all-files, show-matcher, show-stage | 278 debugfileset: rev, all-files, show-matcher, show-stage |
279 debugformat: template | 279 debugformat: template |