##// 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 2455 """retry file merges from a merge or update
2456 2456
2457 2457 This command can cleanly retry unresolved file merges using file
2458 revisions preserved from the last update or merge. To attempt to
2459 resolve all unresolved files, use the -a/--all switch.
2458 revisions preserved from the last update or merge.
2460 2459
2461 2460 If a conflict is resolved manually, please note that the changes
2462 2461 will be overwritten if the merge is retried with resolve. The
2463 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 2467 This command also allows listing resolved files and manually
2466 2468 indicating whether or not files are resolved. All files must be
2467 2469 marked as resolved before a commit is permitted.
@@ -3601,7 +3603,7 b' table = {'
3601 3603 _('[OPTION]... SOURCE... DEST')),
3602 3604 "resolve":
3603 3605 (resolve,
3604 [('a', 'all', None, _('remerge all unresolved files')),
3606 [('a', 'all', None, _('select all unresolved files')),
3605 3607 ('l', 'list', None, _('list state of files needing merge')),
3606 3608 ('m', 'mark', None, _('mark files as resolved')),
3607 3609 ('u', 'unmark', None, _('unmark files as resolved')),
General Comments 0
You need to be logged in to leave comments. Login now