comparison 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
comparison
equal deleted inserted replaced
6665:73f49bef13ad 6666:53465a7464e2
2 # 2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> 3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4 # 4 #
5 # This software may be used and distributed according to the terms 5 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference. 6 # of the GNU General Public License, incorporated herein by reference.
7 '''converting foreign VCS repositories to Mercurial'''
7 8
8 import convcmd 9 import convcmd
9 from mercurial import commands 10 from mercurial import commands
10 11
11 # Commands definition was moved elsewhere to ease demandload job. 12 # Commands definition was moved elsewhere to ease demandload job.