diff hgext/convert/__init__.py @ 8932:f87884329419

extensions: fix up description lines some more
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 12:25:56 +0200
parents 868670dbc237
children b10cee4bd2c1
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Wed Jun 24 12:04:19 2009 +0200
+++ b/hgext/convert/__init__.py	Wed Jun 24 12:25:56 2009 +0200
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
 
-'''import from foreign VCS repositories into Mercurial'''
+'''import revisions from foreign VCS repositories into Mercurial'''
 
 import convcmd
 import cvsps