Edited online authored by Yuya Nishihara's avatar Yuya Nishihara
...@@ -4,8 +4,9 @@ ...@@ -4,8 +4,9 @@
== Bug Fixes == == Bug Fixes ==
* commit: say "nothing changed" instead of "code: 1" on empty amend (refs #3599)
* filectxactions: reenable file log actions for working directory (closes #3613) * filectxactions: reenable file log actions for working directory (closes #3613)
* manifestmodel: do not ignore reload request of uncommitted changes * manifestmodel: do not ignore reload request of uncommitted changes
(fixes #3595 - shelve not refresh) (fixes #3595 - shelve not refresh)
* sync: fix list index to override pull command by fetch (fixes #3612) * sync: fix list index to override pull command by fetch (fixes #3612)
* update: do not eat up enter key to complete wrong revision from history * update: do not eat up enter key to complete wrong revision from history
...@@ -7,8 +8,9 @@ ...@@ -7,8 +8,9 @@
* filectxactions: reenable file log actions for working directory (closes #3613) * filectxactions: reenable file log actions for working directory (closes #3613)
* manifestmodel: do not ignore reload request of uncommitted changes * manifestmodel: do not ignore reload request of uncommitted changes
(fixes #3595 - shelve not refresh) (fixes #3595 - shelve not refresh)
* sync: fix list index to override pull command by fetch (fixes #3612) * sync: fix list index to override pull command by fetch (fixes #3612)
* update: do not eat up enter key to complete wrong revision from history * update: do not eat up enter key to complete wrong revision from history
* wctxactions: clear propertycache of cwd for each command execution (fixes #3603)
== Improvements == == Improvements ==
... ...
......