diff hgext/convert/__init__.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 2f9de4aaea9e
children ceb28b67204e
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Thu Jun 12 13:12:09 2008 +0200
+++ b/hgext/convert/__init__.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.
+'''converting foreign VCS repositories to Mercurial'''
 
 import convcmd
 from mercurial import commands