# HG changeset patch # User Kevin Bullock # Date 1334941034 18000 # Node ID 83622954b64df67e51ca7731e42a90e153cd51f8 # Parent 1f75c1decdebdfe164741fb64d97a206d9d3b226 fetch: remove confusing reference to "authoritative" changes diff -r 1f75c1decdeb -r 83622954b64d hgext/fetch.py --- 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.