##// END OF EJS Templates
fetch: word-wrap help texts at 70 characters
Martin Geisler -
r7991:675a5a1a default
parent child Browse files
Show More
@@ -16,9 +16,10 b" def fetch(ui, repo, source='default', **"
16 This finds all changes from the repository at the specified path
16 This finds all changes from the repository at the specified path
17 or URL and adds them to the local repository.
17 or URL and adds them to the local repository.
18
18
19 If the pulled changes add a new branch head, the head is automatically
19 If the pulled changes add a new branch head, the head is
20 merged, and the result of the merge is committed. Otherwise, the
20 automatically merged, and the result of the merge is committed.
21 working directory is updated to include the new changes.
21 Otherwise, the working directory is updated to include the new
22 changes.
22
23
23 When a merge occurs, the newly pulled changes are assumed to be
24 When a merge occurs, the newly pulled changes are assumed to be
24 "authoritative". The head of the new changes is used as the first
25 "authoritative". The head of the new changes is used as the first
General Comments 0
You need to be logged in to leave comments. Login now