##// END OF EJS Templates
hg help resolve grossly mischaracterizes the --all switch
timeless@mozdev.org -
r9747:85a32858 default
parent child Browse files
Show More
@@ -2455,13 +2455,15 b' def resolve(ui, repo, *pats, **opts):'
2455 """retry file merges from a merge or update
2455 """retry file merges from a merge or update
2456
2456
2457 This command can cleanly retry unresolved file merges using file
2457 This command can cleanly retry unresolved file merges using file
2458 revisions preserved from the last update or merge. To attempt to
2458 revisions preserved from the last update or merge.
2459 resolve all unresolved files, use the -a/--all switch.
2460
2459
2461 If a conflict is resolved manually, please note that the changes
2460 If a conflict is resolved manually, please note that the changes
2462 will be overwritten if the merge is retried with resolve. The
2461 will be overwritten if the merge is retried with resolve. The
2463 -m/--mark switch should be used to mark the file as resolved.
2462 -m/--mark switch should be used to mark the file as resolved.
2464
2463
2464 You can specify a set of files to operate on, or use the -a/-all
2465 switch to select all unresolved files.
2466
2465 This command also allows listing resolved files and manually
2467 This command also allows listing resolved files and manually
2466 indicating whether or not files are resolved. All files must be
2468 indicating whether or not files are resolved. All files must be
2467 marked as resolved before a commit is permitted.
2469 marked as resolved before a commit is permitted.
@@ -3601,7 +3603,7 b' table = {'
3601 _('[OPTION]... SOURCE... DEST')),
3603 _('[OPTION]... SOURCE... DEST')),
3602 "resolve":
3604 "resolve":
3603 (resolve,
3605 (resolve,
3604 [('a', 'all', None, _('remerge all unresolved files')),
3606 [('a', 'all', None, _('select all unresolved files')),
3605 ('l', 'list', None, _('list state of files needing merge')),
3607 ('l', 'list', None, _('list state of files needing merge')),
3606 ('m', 'mark', None, _('mark files as resolved')),
3608 ('m', 'mark', None, _('mark files as resolved')),
3607 ('u', 'unmark', None, _('unmark files as resolved')),
3609 ('u', 'unmark', None, _('unmark files as resolved')),
General Comments 0
You need to be logged in to leave comments. Login now