# HG changeset patch # User Martin Geisler # Date 2009-04-04 21:17:21 # Node ID 675a5a1ab0eea71031f9395c80a322f224770ad6 # Parent cdb848e8c4b591f441c1e0e2fb8b98781d858230 fetch: word-wrap help texts at 70 characters diff --git a/hgext/fetch.py b/hgext/fetch.py --- a/hgext/fetch.py +++ b/hgext/fetch.py @@ -16,9 +16,10 @@ def fetch(ui, repo, source='default', ** This finds all changes from the repository at the specified path or URL and adds them to the local repository. - If the pulled changes add a new branch head, the head is automatically - merged, and the result of the merge is committed. Otherwise, the - working directory is updated to include the new changes. + If the pulled changes add a new branch head, the head is + automatically merged, and the result of the merge is committed. + 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