evolvecmd: mark flags with old instability names as deprecated stable
authorAnton Shestakov <av6@dwimlabs.net>
Sun, 14 Oct 2018 13:35:13 +0200
branchstable
changeset 4179 2020c254fe66
parent 4178 14e53783596c
child 4180 96525b95d083
evolvecmd: mark flags with old instability names as deprecated
hgext3rd/evolve/evolvecmd.py
--- a/hgext3rd/evolve/evolvecmd.py	Wed Oct 17 13:36:08 2018 +0200
+++ b/hgext3rd/evolve/evolvecmd.py	Sun Oct 14 13:35:13 2018 +0200
@@ -1341,11 +1341,11 @@
       _('also consider troubled changesets unrelated to current working '
         'directory')),
      ('r', 'rev', [], _('solves troubles of these revisions')),
-     ('', 'bumped', False, _('solves only bumped changesets')),
+     ('', 'bumped', False, _('solves only bumped changesets (DEPRECATED)')),
      ('', 'phase-divergent', False, _('solves only phase-divergent changesets')),
-     ('', 'divergent', False, _('solves only divergent changesets')),
+     ('', 'divergent', False, _('solves only divergent changesets (DEPRECATED)')),
      ('', 'content-divergent', False, _('solves only content-divergent changesets')),
-     ('', 'unstable', False, _('solves only unstable changesets')),
+     ('', 'unstable', False, _('solves only unstable changesets (DEPRECATED)')),
      ('', 'orphan', False, _('solves only orphan changesets (default)')),
      ('a', 'all', False, _('evolve all troubled changesets related to the '
                            'current  working directory and its descendants')),