Mercurial > hg-stable
changeset 16476:83622954b64d stable
fetch: remove confusing reference to "authoritative" changes
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Fri, 20 Apr 2012 11:57:14 -0500 |
parents | 1f75c1decdeb |
children | 70b5e25f1598 |
files | hgext/fetch.py |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/fetch.py Fri Apr 20 19:11:54 2012 +0200 +++ b/hgext/fetch.py Fri Apr 20 11:57:14 2012 -0500 @@ -23,10 +23,9 @@ Otherwise, the working directory is updated to include the new changes. - When a merge occurs, the newly pulled changes are assumed to be - "authoritative". The head of the new changes is used as the first - parent, with local changes as the second. To switch the merge - order, use --switch-parent. + When a merge is needed, the working directory is first updated to + the newly pulled changes. Local changes are then merged into the + pulled changes. To switch the merge order, use --switch-parent. See :hg:`help dates` for a list of formats valid for -d/--date.