##// END OF EJS Templates
convert: specify unit for ui.progress when operating on files
av6 -
r28470:80bd110d default
parent child Browse files
Show More
@@ -145,7 +145,7 b' class progresssource(object):'
145 145 def getfile(self, file, rev):
146 146 self.retrieved += 1
147 147 self.ui.progress(_('getting files'), self.retrieved,
148 item=file, total=self.filecount)
148 item=file, total=self.filecount, unit=_('files'))
149 149 return self.source.getfile(file, rev)
150 150
151 151 def targetfilebelongstosource(self, targetfilename):
@@ -62,9 +62,9 b' Convert while testing all possible outpu'
62 62 scanning paths: /trunk/\xc3\xa9 2/3 (66.67%) (esc)
63 63 committing files:
64 64 \xc3\xa0/e\xcc\x81 (esc)
65 getting files: \xc3\xa0/e\xcc\x81 1/2 (50.00%) (esc)
65 getting files: \xc3\xa0/e\xcc\x81 1/2 files (50.00%) (esc)
66 66 \xc3\xa9 (esc)
67 getting files: \xc3\xa9 2/2 (100.00%) (esc)
67 getting files: \xc3\xa9 2/2 files (100.00%) (esc)
68 68 committing manifest
69 69 committing changelog
70 70 3 copy files
@@ -82,14 +82,14 b' Convert while testing all possible outpu'
82 82 reparent to file://*/svn-repo/trunk (glob)
83 83 scanning paths: /trunk/\xc3\xb9 3/4 (75.00%) (esc)
84 84 mark /trunk/\xc3\xb9 came from \xc3\xa0:2 (esc)
85 getting files: \xc3\xa0/e\xcc\x81 1/4 (25.00%) (esc)
86 getting files: \xc3\xa9 2/4 (50.00%) (esc)
85 getting files: \xc3\xa0/e\xcc\x81 1/4 files (25.00%) (esc)
86 getting files: \xc3\xa9 2/4 files (50.00%) (esc)
87 87 committing files:
88 88 \xc3\xa8 (esc)
89 getting files: \xc3\xa8 3/4 (75.00%) (esc)
89 getting files: \xc3\xa8 3/4 files (75.00%) (esc)
90 90 \xc3\xa8: copy \xc3\xa9:6b67ccefd5ce6de77e7ead4f5292843a0255329f (esc)
91 91 \xc3\xb9/e\xcc\x81 (esc)
92 getting files: \xc3\xb9/e\xcc\x81 4/4 (100.00%) (esc)
92 getting files: \xc3\xb9/e\xcc\x81 4/4 files (100.00%) (esc)
93 93 \xc3\xb9/e\xcc\x81: copy \xc3\xa0/e\xcc\x81:a9092a3d84a37b9993b5c73576f6de29b7ea50f6 (esc)
94 94 committing manifest
95 95 committing changelog
@@ -104,8 +104,8 b' Convert while testing all possible outpu'
104 104 gone from -1
105 105 reparent to file://*/svn-repo (glob)
106 106 reparent to file://*/svn-repo/trunk (glob)
107 getting files: \xc3\xa8 1/2 (50.00%) (esc)
108 getting files: \xc3\xb9/e\xcc\x81 2/2 (100.00%) (esc)
107 getting files: \xc3\xa8 1/2 files (50.00%) (esc)
108 getting files: \xc3\xb9/e\xcc\x81 2/2 files (100.00%) (esc)
109 109 committing files:
110 110 committing manifest
111 111 committing changelog
General Comments 0
You need to be logged in to leave comments. Login now