fixes up to 3cc1d0e49c2f authored by Yuya Nishihara's avatar Yuya Nishihara
......@@ -8,5 +8,6 @@
== Bug Fixes ==
* cmdserver: handle unicode error in command gracefully (fixes #3246, #3453)
* merge: correct typo in the date parsing error message (fixes #4047)
* openshell: do not parse command string by shlex on Windows (fixes #4044)
* repofilter: take query not convertible to localstr as revset (fixes #3664)
......@@ -11,5 +12,6 @@
* openshell: do not parse command string by shlex on Windows (fixes #4044)
* repofilter: take query not convertible to localstr as revset (fixes #3664)
* sync: enable incomingbundle hack to pull bookmarks/phases (fixes #2497, #3582)
== Improvements ==
......
......