Mercurial > hg
comparison mercurial/commands.py @ 27487:4242d699de6d
merge: reword help to use See help resolve
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 22 Dec 2015 05:46:23 +0000 |
parents | 9ebc02157bf3 |
children | 0d1452d71317 |
comparison
equal
deleted
inserted
replaced
27486:5bfd01a3c2a9 | 27487:4242d699de6d |
---|---|
5162 If no revision is specified, the working directory's parent is a | 5162 If no revision is specified, the working directory's parent is a |
5163 head revision, and the current branch contains exactly one other | 5163 head revision, and the current branch contains exactly one other |
5164 head, the other head is merged with by default. Otherwise, an | 5164 head, the other head is merged with by default. Otherwise, an |
5165 explicit revision with which to merge with must be provided. | 5165 explicit revision with which to merge with must be provided. |
5166 | 5166 |
5167 :hg:`resolve` must be used to resolve unresolved files. | 5167 See :hg:`help resolve` for information on handling file conflicts. |
5168 | 5168 |
5169 To undo an uncommitted merge, use :hg:`update --clean .` which | 5169 To undo an uncommitted merge, use :hg:`update --clean .` which |
5170 will check out a clean copy of the original merge parent, losing | 5170 will check out a clean copy of the original merge parent, losing |
5171 all changes. | 5171 all changes. |
5172 | 5172 |