hgext/convert/subversion.py
branchstable
changeset 10940 898d68468df2
parent 10939 9f6731b03906
child 11123 8dd69bee71da
--- a/hgext/convert/subversion.py	Sun Apr 18 15:47:49 2010 +0200
+++ b/hgext/convert/subversion.py	Sun Apr 18 15:47:49 2010 +0200
@@ -995,7 +995,8 @@
                     path = '/' + path
                 path = 'file://' + path
 
-            ui.status(_('initializing svn wc %r\n') % os.path.basename(wcpath))
+            ui.status(_('initializing svn working copy %r\n')
+                      % os.path.basename(wcpath))
             self.run0('checkout', path, wcpath)
 
             self.wc = wcpath