hgext/evolve.py
changeset 1407 552687eb4856
parent 1405 eaf82490af76
child 1408 b3afdc0815d0
equal deleted inserted replaced
1406:5a91ee6a42e6 1407:552687eb4856
  1339     [('n', 'dry-run', False,
  1339     [('n', 'dry-run', False,
  1340         'do not perform actions, just print what would be done'),
  1340         'do not perform actions, just print what would be done'),
  1341      ('', 'confirm', False,
  1341      ('', 'confirm', False,
  1342         'ask for confirmation before performing the action'),
  1342         'ask for confirmation before performing the action'),
  1343     ('A', 'any', False, 'also consider troubled changesets unrelated to current working directory'),
  1343     ('A', 'any', False, 'also consider troubled changesets unrelated to current working directory'),
  1344     ('r', 'rev', '', 'solves troubles of these revisions'),
  1344     ('r', 'rev', [], 'solves troubles of these revisions'),
  1345     ('', 'bumped', False, 'solves only bumped changesets'),
  1345     ('', 'bumped', False, 'solves only bumped changesets'),
  1346     ('', 'divergent', False, 'solves only divergent changesets'),
  1346     ('', 'divergent', False, 'solves only divergent changesets'),
  1347     ('', 'unstable', False, 'solves only unstable changesets (default)'),
  1347     ('', 'unstable', False, 'solves only unstable changesets (default)'),
  1348     ('a', 'all', False, 'evolve all troubled changesets in the repo '
  1348     ('a', 'all', False, 'evolve all troubled changesets in the repo '
  1349                         '(implies any)'),
  1349                         '(implies any)'),