##// END OF EJS Templates
test-lfs: drop a hack for ignoring convert devel-warnings...
Matt Harbison -
r35200:80bb1576 default
parent child Browse files
Show More
@@ -266,14 +266,8 b' A largefiles repo can be converted to lf'
266 convert extension under the hood with --to-normal. So the --config based
266 convert extension under the hood with --to-normal. So the --config based
267 parameters are available, but not --authormap, --branchmap, etc.
267 parameters are available, but not --authormap, --branchmap, etc.
268
268
269 XXX: The default configitems are registered in convert.__init__, and I have no
270 idea how to load that before lfconvert starts using other convert modules and
271 incurring a devel-warn. Even if the convert extension is enabled on the command
272 line, it complains. I have no idea how this fails, and the test in fcd2f9b06629
273 works.
274
275 $ cd ..
269 $ cd ..
276 $ hg lfconvert --to-normal largefiles nolargefiles 2>&1 | grep -v 'devel-warn'
270 $ hg lfconvert --to-normal largefiles nolargefiles 2>&1
277 initializing destination nolargefiles
271 initializing destination nolargefiles
278 0 additional largefiles cached
272 0 additional largefiles cached
279 scanning source...
273 scanning source...
General Comments 0
You need to be logged in to leave comments. Login now