D5279: rebase: fix two ui.logs to actually have text when using default blackbox log

Yuya Nishihara yuya at tcha.org
Fri Nov 16 08:51:59 EST 2018


> +        self.repo.ui.log("rebase",
> +                         "using in-memory rebase: %r\n" % self.inmemory,

Updated as `"...%r\n", self.inmemory`, so string formatting wouldn't be run
unless blackbox or logtoprocess is enabled.


More information about the Mercurial-devel mailing list