Mercurial > hg
view relnotes/next @ 44193:3c265cef6edc
rust: remove an unnecessary set of parentheses
My build complained about this. I guess it started after I upgraded
rustc.
Differential Revision: https://phab.mercurial-scm.org/D8020
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 27 Jan 2020 12:38:59 -0800 |
parents | bd4f666b55a7 |
children | d4c1501225c4 |
line wrap: on
line source
== New Features == == New Experimental Features == == Bug Fixes == == Backwards Compatibility Changes == == Internal API Changes == * The deprecated `ui.progress()` has now been deleted. Please use `ui.makeprogress()` instead. * `hg.merge()` has lost its `abort` argument. Please call `hg.abortmerge()` directly instead.