hgext/absorb.py
changeset 40293 c303d65d2e34
parent 40210 8f192f2c4a1e
child 40295 fa88170c10bb
equal deleted inserted replaced
40292:9c6473d2038b 40293:c303d65d2e34
   991            _('interactively select which chunks to apply (EXPERIMENTAL)')),
   991            _('interactively select which chunks to apply (EXPERIMENTAL)')),
   992           ('e', 'edit-lines', None,
   992           ('e', 'edit-lines', None,
   993            _('edit what lines belong to which changesets before commit '
   993            _('edit what lines belong to which changesets before commit '
   994              '(EXPERIMENTAL)')),
   994              '(EXPERIMENTAL)')),
   995          ] + commands.dryrunopts + commands.templateopts + commands.walkopts,
   995          ] + commands.dryrunopts + commands.templateopts + commands.walkopts,
   996          _('hg absorb [OPTION] [FILE]...'))
   996          _('hg absorb [OPTION] [FILE]...'),
       
   997          helpcategory=command.CATEGORY_COMMITTING)
   997 def absorbcmd(ui, repo, *pats, **opts):
   998 def absorbcmd(ui, repo, *pats, **opts):
   998     """incorporate corrections into the stack of draft changesets
   999     """incorporate corrections into the stack of draft changesets
   999 
  1000 
  1000     absorb analyzes each change in your working directory and attempts to
  1001     absorb analyzes each change in your working directory and attempts to
  1001     amend the changed lines into the changesets in your stack that first
  1002     amend the changed lines into the changesets in your stack that first