view relnotes/next @ 43701:c9301ac73b95

logcmdutil: add a type annotation This wasn't actually required in the end, as there was a real bug found by pytype, but the annotation helped me figure that out. We can drop this patch if that's the preference. Differential Revision: https://phab.mercurial-scm.org/D7382
author Augie Fackler <augie@google.com>
date Wed, 13 Nov 2019 22:22:31 -0500
parents fa246ada356b
children c8e9a3636abe
line wrap: on
line source

== New Features ==


== New Experimental Features ==


== Bug Fixes  ==

 * The `indent()` template function was documented to not indent empty lines,
   but it still indented the first line even if it was empty. It no longer does
   that.

== Backwards Compatibility Changes ==


== Internal API Changes ==