fetch: remove confusing reference to "authoritative" changes stable
authorKevin Bullock <kbullock@ringworld.org>
Fri, 20 Apr 2012 11:57:14 -0500
branchstable
changeset 16476 83622954b64d
parent 16475 1f75c1decdeb
child 16477 70b5e25f1598
fetch: remove confusing reference to "authoritative" changes
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.