##// END OF EJS Templates
commands: explain when to use resolve -m
Martin Geisler -
r7982:cab4a521 default
parent child Browse files
Show More
@@ -2343,8 +2343,13 b' def resolve(ui, repo, *pats, **opts):'
2343 revisions preserved from the last update or merge. To attempt to
2343 revisions preserved from the last update or merge. To attempt to
2344 resolve all unresolved files, use the -a switch.
2344 resolve all unresolved files, use the -a switch.
2345
2345
2346 If a conflict is resolved manually, please note that the changes
2347 will be overwritten if the merge is retried with resolve. The -m
2348 switch should be used to mark the file as resolved.
2349
2346 This command will also allow listing resolved files and manually
2350 This command will also allow listing resolved files and manually
2347 marking and unmarking files as resolved.
2351 marking and unmarking files as resolved. All files must be marked
2352 as resolved before the new commits are permitted.
2348
2353
2349 The codes used to show the status of files are:
2354 The codes used to show the status of files are:
2350 U = unresolved
2355 U = unresolved
General Comments 0
You need to be logged in to leave comments. Login now