creolize authored by Yuya Nishihara's avatar Yuya Nishihara
......@@ -34,7 +34,7 @@
** #3343 - blackbox extension not working
** #1661 - "abort: Interrupted system" call during push with subrepos
** #2071 - crash when pushing with mercurial_keyring
** #2614 - `util.hgexecutable()` returns wrong path
** #2614 - {{{util.hgexecutable()}}} returns wrong path
** 074fd0fde0b6 - worker.py of Mercurial 2.6 only works in main thread
** #3370 - Workbench UI getting dispresponsive on certain operations
** #484, #788 - can't use git/subversion subrepo
......@@ -62,7 +62,7 @@
place \\
(fixes #2001 - diff does not work on MQ patches)
* wctxactions: reimplement by using command APIs, fixes:
** #1347 - add support for `pre-<command>` and `post-<command>` hooks
** #1347 - add support for {{{pre-<command>}}} and {{{post-<command>}}} hooks
** #2217 - adding files to source control in the separate thread
** #1953 - largefiles treated wrong when added by "add large..." menu
......
......