[PATCH 1 of 5] convert: fix typo
Wagner Bruna
wagner.bruna+mercurial at gmail.com
Tue Apr 21 00:46:18 UTC 2009
# HG changeset patch
# User Wagner Bruna <wbruna at yahoo.com>
# Date 1238919219 10800
# Node ID 89b6450148d0bea45b30b87640eacb228d51db70
# Parent 404a2c318e70ae4544a2114021889888dcef9f14
convert: fix typo
diff --git a/hgext/convert/subversion.py b/hgext/convert/subversion.py
--- a/hgext/convert/subversion.py
+++ b/hgext/convert/subversion.py
@@ -315,7 +315,7 @@
if self.startrev and self.heads:
if len(self.heads) > 1:
- raise util.Abort(_('svn: start revision is not supported with '
+ raise util.Abort(_('svn: start revision is not supported '
'with more than one branch'))
revnum = self.revnum(self.heads[0])
if revnum < self.startrev:
More information about the Mercurial-devel
mailing list