add changes up to c2e7b2821892 authored by Yuya Nishihara's avatar Yuya Nishihara
......@@ -15,5 +15,18 @@
== Bug Fixes ==
* annotate: ignore double-click of margin next to the last line (fixes #3877)
* cmdcore: allow to change output device of null command session \\
(fixes #3864 - RuntimeError on detect outgoing changes to empty path)
* filectxactions: do not try 3-way diff if p2 is explicitly selected \\
(fixes #3854 - "Diff to parent" options only diff to the left parent)
* repomodel: make sure to render labels by using the same font as view
* status: do not set "remove filter" button as auto-default (fixes #3876)
* sync: outgoing {node} might be prefixed with white space \\
(fixes #3872 - missing first outgoing node if authentication required)
* wctxcleaner: do not report branch change as dirty working directory \\
(refs #3822 - allow backout, graft, merge and rebase onto new branch)
* win32ill: suppress KeyboardInterrupt while shutting down message-loop thread
== Improvements ==
......@@ -18,4 +31,7 @@
== Improvements ==
* merge: add link to review a merge
* wctxactions: add "Edit Rejects" action that opens RejectsDialog (closes #3838)
== Installer ==
......@@ -20,5 +36,7 @@
== Installer ==
* update hg-git to XXX (fixes #3862 - SSH issue with git repos)
----
== Bug Fixes in Third-party Modules ==
......
......