diff 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
line wrap: on
line diff
--- a/hgext/fetch.py	Fri Feb 22 11:28:14 2008 +0100
+++ b/hgext/fetch.py	Fri Feb 22 21:18:48 2008 +0100
@@ -17,7 +17,10 @@
 
     If the pulled changes add a new head, the head is automatically
     merged, and the result of the merge is committed.  Otherwise, the
-    working directory is updated.'''
+    working directory is updated.
+
+    See 'hg help dates' for a list of formats valid for -d/--date.
+    '''
 
     def postincoming(other, modheads):
         if modheads == 0: