changeset 10940:898d68468df2 stable

convert: write "working copy" instead of "wc"
author Martin Geisler <mg@lazybytes.net>
date Sun, 18 Apr 2010 15:47:49 +0200
parents 9f6731b03906
children 2067532d95e7 6f26ce7ae175
files hgext/convert/subversion.py tests/test-convert-svn-sink.out
diffstat 2 files changed, 10 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/tests/test-convert-svn-sink.out	Sun Apr 18 15:47:49 2010 +0200
+++ b/tests/test-convert-svn-sink.out	Sun Apr 18 15:47:49 2010 +0200
@@ -5,7 +5,7 @@
 1:e0e2b8a9156b
 assuming destination a-hg
 initializing svn repository 'a-hg'
-initializing svn wc 'a-hg-wc'
+initializing svn working copy 'a-hg-wc'
 scanning source...
 sorting...
 converting...
@@ -57,7 +57,7 @@
 % rename
 2:eb5169441d43
 assuming destination a-hg
-initializing svn wc 'a-hg-wc'
+initializing svn working copy 'a-hg-wc'
 scanning source...
 sorting...
 converting...
@@ -95,7 +95,7 @@
 % copy
 3:60effef6ab48
 assuming destination a-hg
-initializing svn wc 'a-hg-wc'
+initializing svn working copy 'a-hg-wc'
 scanning source...
 sorting...
 converting...
@@ -134,7 +134,7 @@
 % remove
 4:87bbe3013fb6
 assuming destination a-hg
-initializing svn wc 'a-hg-wc'
+initializing svn working copy 'a-hg-wc'
 scanning source...
 sorting...
 converting...
@@ -168,7 +168,7 @@
 % executable
 5:ff42e473c340
 assuming destination a-hg
-initializing svn wc 'a-hg-wc'
+initializing svn working copy 'a-hg-wc'
 scanning source...
 sorting...
 converting...
@@ -197,7 +197,7 @@
 adding d1/a
 assuming destination a-hg
 initializing svn repository 'a-hg'
-initializing svn wc 'a-hg-wc'
+initializing svn working copy 'a-hg-wc'
 scanning source...
 sorting...
 converting...
@@ -224,7 +224,7 @@
 executable
 % copy to new directory
 assuming destination a-hg
-initializing svn wc 'a-hg-wc'
+initializing svn working copy 'a-hg-wc'
 scanning source...
 sorting...
 converting...
@@ -268,7 +268,7 @@
 use 'hg resolve' to retry unresolved file merges or 'hg update -C' to abandon
 assuming destination b-hg
 initializing svn repository 'b-hg'
-initializing svn wc 'b-hg-wc'
+initializing svn working copy 'b-hg-wc'
 scanning source...
 sorting...
 converting...