diff hgext/fetch.py @ 6666:53465a7464e2

convert comments to docstrings in a bunch of extensions
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 12 Jun 2008 11:33:47 +0200
parents 0d4e068e9e52
children b2bc2d984bac
line wrap: on
line diff
--- a/hgext/fetch.py	Thu Jun 12 13:12:09 2008 +0200
+++ b/hgext/fetch.py	Thu Jun 12 11:33:47 2008 +0200
@@ -4,6 +4,7 @@
 #
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
+'''pulling, updating and merging in one command'''
 
 from mercurial.i18n import _
 from mercurial.node import nullid, short