mercurial/commands.py
branchstable
changeset 16009 f1208827df7c
parent 15993 0b05e0bfdc1c
child 16010 c7811ca6fb94
equal deleted inserted replaced
16008:02a497a17257 16009:f1208827df7c
  4601     Merges with unresolved conflicts are often the result of
  4601     Merges with unresolved conflicts are often the result of
  4602     non-interactive merging using the ``internal:merge`` configuration
  4602     non-interactive merging using the ``internal:merge`` configuration
  4603     setting, or a command-line merge tool like ``diff3``. The resolve
  4603     setting, or a command-line merge tool like ``diff3``. The resolve
  4604     command is used to manage the files involved in a merge, after
  4604     command is used to manage the files involved in a merge, after
  4605     :hg:`merge` has been run, and before :hg:`commit` is run (i.e. the
  4605     :hg:`merge` has been run, and before :hg:`commit` is run (i.e. the
  4606     working directory must have two parents).
  4606     working directory must have two parents). See :hg:`help
       
  4607     merge-tools` for information on configuring merge tools.
  4607 
  4608 
  4608     The resolve command can be used in the following ways:
  4609     The resolve command can be used in the following ways:
  4609 
  4610 
  4610     - :hg:`resolve [--tool TOOL] FILE...`: attempt to re-merge the specified
  4611     - :hg:`resolve [--tool TOOL] FILE...`: attempt to re-merge the specified
  4611       files, discarding any previous merge attempts. Re-merging is not
  4612       files, discarding any previous merge attempts. Re-merging is not