fixes up to a4345d901c65 authored by Yuya Nishihara's avatar Yuya Nishihara
......@@ -7,4 +7,6 @@
== Bug Fixes ==
* archive, clone, init, rename: prettify command-line string for display
(fixes #4051)
* cmdserver: handle unicode error in command gracefully (fixes #3246, #3453)
......@@ -10,4 +12,6 @@
* cmdserver: handle unicode error in command gracefully (fixes #3246, #3453)
* merge: correct typo in the date parsing error message (fixes #4047)
* guifork: do not fork() more than once on posix by reentering to dispatch()
* merge, rename, settings: correct typos in help and warning messages
(fixes #4047, #4049, #4050)
* openshell: do not parse command string by shlex on Windows (fixes #4044)
* repofilter: take query not convertible to localstr as revset (fixes #3664)
......@@ -12,5 +16,6 @@
* openshell: do not parse command string by shlex on Windows (fixes #4044)
* repofilter: take query not convertible to localstr as revset (fixes #3664)
* repomodel: prioritize latest tags by date and distance (fixes #4048)
* sync: enable incomingbundle hack to pull bookmarks/phases (fixes #2497, #3582)
== Improvements ==
......
......