mercurial/commands.py
changeset 15043 0bb0f807dfc3
parent 15037 df47381b41d6
parent 15042 5e7f03cfeeb9
child 15046 c019df62de45
equal deleted inserted replaced
15041:3afe5edda4e3 15043:0bb0f807dfc3
  4073     The resolve command can be used in the following ways:
  4073     The resolve command can be used in the following ways:
  4074 
  4074 
  4075     - :hg:`resolve [--tool TOOL] FILE...`: attempt to re-merge the specified
  4075     - :hg:`resolve [--tool TOOL] FILE...`: attempt to re-merge the specified
  4076       files, discarding any previous merge attempts. Re-merging is not
  4076       files, discarding any previous merge attempts. Re-merging is not
  4077       performed for files already marked as resolved. Use ``--all/-a``
  4077       performed for files already marked as resolved. Use ``--all/-a``
  4078       to selects all unresolved files. ``--tool`` can be used to specify
  4078       to select all unresolved files. ``--tool`` can be used to specify
  4079       the merge tool used for the given files. It overrides the HGMERGE
  4079       the merge tool used for the given files. It overrides the HGMERGE
  4080       environment variable and your configuration files.
  4080       environment variable and your configuration files.
  4081 
  4081 
  4082     - :hg:`resolve -m [FILE]`: mark a file as having been resolved
  4082     - :hg:`resolve -m [FILE]`: mark a file as having been resolved
  4083       (e.g. after having manually fixed-up the files). The default is
  4083       (e.g. after having manually fixed-up the files). The default is