comparison hgext/fetch.py @ 6163:1f733c2f0165

Document log date ranges and mention 'hg help dates' for all commands (issue998)
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 22 Feb 2008 21:18:48 +0100
parents 989467e8e3a9
children 0b6f12495276
comparison
equal deleted inserted replaced
6162:554715e584e6 6163:1f733c2f0165
15 This finds all changes from the repository at the specified path 15 This finds all changes from the repository at the specified path
16 or URL and adds them to the local repository. 16 or URL and adds them to the local repository.
17 17
18 If the pulled changes add a new head, the head is automatically 18 If the pulled changes add a new head, the head is automatically
19 merged, and the result of the merge is committed. Otherwise, the 19 merged, and the result of the merge is committed. Otherwise, the
20 working directory is updated.''' 20 working directory is updated.
21
22 See 'hg help dates' for a list of formats valid for -d/--date.
23 '''
21 24
22 def postincoming(other, modheads): 25 def postincoming(other, modheads):
23 if modheads == 0: 26 if modheads == 0:
24 return 0 27 return 0
25 if modheads == 1: 28 if modheads == 1: