Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 7530:3773e510d433 1.1.1
resolve: clarify and simplify help
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 19 Dec 2008 20:58:33 -0600 |
parents | eadcc075967e |
children | f1069e7f5635 |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Dec 19 16:48:32 2008 -0600 +++ b/mercurial/commands.py Fri Dec 19 20:58:33 2008 -0600 @@ -2327,13 +2327,14 @@ del wlock def resolve(ui, repo, *pats, **opts): - """resolve file merges from a branch merge or update - - This command will attempt to resolve unresolved merges from the - last update or merge command. This will use the local file - revision preserved at the last update or merge to cleanly retry - the file merge attempt. With no file or options specified, this - command will attempt to resolve all unresolved files. + """retry file merges from a merge or update + + This command will cleanly retry unresolved file merges using file + revisions preserved from the last update or merge. To attempt to + resolve all unresolved files, use the -a switch. + + This command will also allow listing resolved files and manually + marking and unmarking files as resolved. The codes used to show the status of files are: U = unresolved