diff hgext/fetch.py @ 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 f6e9c731dd3f
children 766bbe587545
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.