##// END OF EJS Templates
perf: properly process formatter option in perf::unbundle...
marmoute -
r50340:cd21f2b4 default
parent child Browse files
Show More
@@ -2666,6 +2666,8 b' def perf_unbundle(ui, repo, fname, **opt'
2666 from mercurial import exchange
2666 from mercurial import exchange
2667 from mercurial import bundle2
2667 from mercurial import bundle2
2668
2668
2669 opts = _byteskwargs(opts)
2670
2669 with repo.lock():
2671 with repo.lock():
2670 bundle = [None, None]
2672 bundle = [None, None]
2671 orig_quiet = repo.ui.quiet
2673 orig_quiet = repo.ui.quiet
General Comments 0
You need to be logged in to leave comments. Login now