##// END OF EJS Templates
resolve: clarify and simplify help
Matt Mackall -
r7530:3773e510 1.1.1 default
parent child Browse files
Show More
@@ -2327,13 +2327,14 b' def rename(ui, repo, *pats, **opts):'
2327 del wlock
2327 del wlock
2328
2328
2329 def resolve(ui, repo, *pats, **opts):
2329 def resolve(ui, repo, *pats, **opts):
2330 """resolve file merges from a branch merge or update
2330 """retry file merges from a merge or update
2331
2331
2332 This command will attempt to resolve unresolved merges from the
2332 This command will cleanly retry unresolved file merges using file
2333 last update or merge command. This will use the local file
2333 revisions preserved from the last update or merge. To attempt to
2334 revision preserved at the last update or merge to cleanly retry
2334 resolve all unresolved files, use the -a switch.
2335 the file merge attempt. With no file or options specified, this
2335
2336 command will attempt to resolve all unresolved files.
2336 This command will also allow listing resolved files and manually
2337 marking and unmarking files as resolved.
2337
2338
2338 The codes used to show the status of files are:
2339 The codes used to show the status of files are:
2339 U = unresolved
2340 U = unresolved
@@ -183,7 +183,7 b' list of commands:'
183 recover roll back an interrupted transaction
183 recover roll back an interrupted transaction
184 remove remove the specified files on the next commit
184 remove remove the specified files on the next commit
185 rename rename files; equivalent of copy + remove
185 rename rename files; equivalent of copy + remove
186 resolve resolve file merges from a branch merge or update
186 resolve retry file merges from a merge or update
187 revert restore individual files or dirs to an earlier state
187 revert restore individual files or dirs to an earlier state
188 rollback roll back the last transaction
188 rollback roll back the last transaction
189 root print the root (top) of the current working dir
189 root print the root (top) of the current working dir
@@ -246,7 +246,7 b' list of commands:'
246 recover roll back an interrupted transaction
246 recover roll back an interrupted transaction
247 remove remove the specified files on the next commit
247 remove remove the specified files on the next commit
248 rename rename files; equivalent of copy + remove
248 rename rename files; equivalent of copy + remove
249 resolve resolve file merges from a branch merge or update
249 resolve retry file merges from a merge or update
250 revert restore individual files or dirs to an earlier state
250 revert restore individual files or dirs to an earlier state
251 rollback roll back the last transaction
251 rollback roll back the last transaction
252 root print the root (top) of the current working dir
252 root print the root (top) of the current working dir
@@ -74,7 +74,7 b' list of commands:'
74 recover roll back an interrupted transaction
74 recover roll back an interrupted transaction
75 remove remove the specified files on the next commit
75 remove remove the specified files on the next commit
76 rename rename files; equivalent of copy + remove
76 rename rename files; equivalent of copy + remove
77 resolve resolve file merges from a branch merge or update
77 resolve retry file merges from a merge or update
78 revert restore individual files or dirs to an earlier state
78 revert restore individual files or dirs to an earlier state
79 rollback roll back the last transaction
79 rollback roll back the last transaction
80 root print the root (top) of the current working dir
80 root print the root (top) of the current working dir
@@ -133,7 +133,7 b' use "hg -v help" to show aliases and glo'
133 recover roll back an interrupted transaction
133 recover roll back an interrupted transaction
134 remove remove the specified files on the next commit
134 remove remove the specified files on the next commit
135 rename rename files; equivalent of copy + remove
135 rename rename files; equivalent of copy + remove
136 resolve resolve file merges from a branch merge or update
136 resolve retry file merges from a merge or update
137 revert restore individual files or dirs to an earlier state
137 revert restore individual files or dirs to an earlier state
138 rollback roll back the last transaction
138 rollback roll back the last transaction
139 root print the root (top) of the current working dir
139 root print the root (top) of the current working dir
General Comments 0
You need to be logged in to leave comments. Login now